ADF JSF Shuttle Component - Additional input fields

Hello,
We're in the process of integrating the nice shuttle JSF component into our application. Our app though requires that before the assignment is done (by moving an item left ->right in the shuttle UI) a dialog window must be opened to allow the user to fill in additional input fields (i.e the targe N-M association table that is populated by the shuttle component, needs those additional fields filled for each new record).
Is there a way to do that with the current shuttle component?
Thanks in advance for any help.
Jordi

ckx,
The components don't require a model reference (i.e. assocaition with a JavaBean). You can access all of the components on the posting page on the server, so you could definitely get all of the values that way. You can build up the tree dynamically as well.
So the short answer is yes :-).
<<KM>>

Similar Messages

  • ADF: Mandatory symbol for  ReadOnly input fields

    Hi All,
    I am using JDeveloper 11.1.2 version. I am creating sample login window. In that there is Input Text filed called "old Password" which should be readOnly always [It will display oldPassword value]. When I ran my page in OldPassword field, mandatory symbol is not displaying. Eventhough I gave required="true" and showRequired="true" in jsff file, I am getting same output. The input Text is not ViewObject based. I am just binding ManagedBean variable value to that Input field to display oldPassword value.
    Can u please help me out?
    Regards,
    Praveen.

    This is the normal behavior, as a workaround you can surround the input text with af:panelLabelAndMessage and set its showRequired property to true.
    <af:panelLabelAndMessage id="plam1" showRequired="true">
              <af:inputText label="old Password" id="it1" readOnly="true" value="value"/>
    </af:panelLabelAndMessage>

  • ESS: Leave Request: Additional Input Field in Portal?

    Hi experts,
    we are using ESS/MSS BP 1.0 with ERP6.0. We want to add a custom field for an absence type, because we need a additional approver for this absence type.
    So we added the field through customizing and now see this in the portal.
    But, are we able to change the plain text field to an select field like the standard approver field?
    And much more important: Is it even possible using the badi BAdI PT_GEN_REQ or PT_ABS_REQ to bring the input into the backend and use it in a workflow?
    As i unfortuately didnt find a meaningful documentation, it would be great to get an answer from one of you out there.
    Best Regards,
    Thomas

    Hi Guys,
    has nobody got a a clue for me? Please give me a short answer whether it is possible  - by using the described badi and the customizing  - to add data from the mss to the backend or not.
    Best Regards,
    Thomas

  • Does JSF support component with dynamic fields?

    Webapps forms usually map a input text field to a java bean property. This mapping is one to one. I would like to know if the JSF can handle the situation where a form is dynamically generated with variable number of fields (eg. check boxes) and having all the values post back to the server without having a java bean mapping (because the fields is not known) and still be able to collect the values on the server.
    Any help is appreciated.

    ckx,
    The components don't require a model reference (i.e. assocaition with a JavaBean). You can access all of the components on the posting page on the server, so you could definitely get all of the values that way. You can build up the tree dynamically as well.
    So the short answer is yes :-).
    <<KM>>

  • Auto populate text fields with a trigger such as entering text into input fields in ADF

    Hello all,
    I am not able to auto populate text fields with a trigger such as entering text into input fields in ADF.
    I tried AdfFacesContext.getCurrentInstance().addPartialTarget(val); in the back end using setter method of input text field.
    its not working ..
    is there any way to achieve it
    Regards,
    Shakir

    Hi,
    Always mention your JDev version.
    The valueChangeListener would fire only when you set the autoSubmit property of the field to true. Can you elaborate your requirement? What do you mean by related data? Are you performing some sort of search?
    If you want to get the value you entered on the field, just set autoSubmit to true and get the new value from the valueChangeListener. If your requirement is something like as and when you type, do something, you need to check out this approach :https://blogs.oracle.com/groundside/entry/auto_reduce_search_sample
    -Arun

  • ADF Shuttle Component - Can we have multiple leading list

    Hi,
    I have requirement where there are multiple lists of different types on the left hand side and user should be able to shuttle the items from any of the list to the single selected list in right side. I know in ADF shuttle there is one leading and one trailing list. I wan to know how can i make ADF shuttle component support multiple leading lists and single trailing list.
    Or should I go for total custom solution mimicking shuttle behavior?
    JDev version is 11.1.1.6.0
    Thanks,
    Sandeep
    Edited by: Sandeep Koul on Aug 26, 2012 10:47 PM

    After consulting other ADF experts offline, we have come to conclusion that there is no off-the shelf component which caters to my requirement.
    We are now going with complete custom solution to achieve shuttle behavior.
    I am marking this query as answered.
    Thanks,
    Sandeep

  • LOV for an unbound input field in ADF-JSP

    Hi i have a web app using ADF BC, struts , JSP.
    Jdev - 10.1.2
    JHS - 10.1.2
    I have a text field <input type="text" value="solution">
    I need to populate this UNBOUND input field with a value from an LOV which pops up in a separate window.
    I need help right from the beginning... which i guess wud be to create a VO for it.. i have never done it earlier so any help wud be useful.

    Hi,
    try
    <BODY onload="document.DataForm.EmployeeId.focus()">
    where EmployeeId needs to be substituted by the name used in the textfield property
    <html:text property="EmployeeId"/>
    If this was Empno then the example would be
    <html:text property="Empno"/>
    and
    <BODY onload="document.DataForm.Empno.focus()">
    Frank

  • Adding an Input field in Standard Webdynpro Component in SAP SRM

    Hi Friends,
    I want to add one input field in sap standard webdynpro component in SAP SRM MODULE
    the component name is /SAPSRM/WDC_DODC_RFQ_H_BD
    view name is   V_DODC_RFQ_H_BD
    Upon clicking on SAVE button , it shud save in database
    what is the name of database table and how to solve this problem
    Thnx
    Srini

    Hi Kumar,
    By using Enhancement Framework you can do this.
    How can we add a new field to the Standard Webdynpro application?
    Also check this..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81
    Cheers,
    Kris.

  • How to programatically populate data in ADF shuttle component?

    Hi,
    Can anyone please let me know the code for programatically pouplating data into the shuttle Oracle ADF shuttle component using ArrayList object? I have my data(records) in an Arraylist object and I am using JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660.
    Thanks,
    Vikas

    Have a look at this thread:
    http://baigsorcl.blogspot.com/2010/10/creating-shuttle-component-in-oracle.html
    Thanks,
    Navaneeth

  • ADF application input fields barcode

    Hi ,
    I would like to understand that, if  an application developed in ADF, does ADF input fields support the values read by barcode scanner. For example on a form if there are 2 fields which are needed to be input by barcode scanner, can we have these 2 fields to support reading of the data from barcode scanner?
    In oracle form based application, this is very much achievable.
    Appreciate your response on this.
    Thanks,
    Sai

    Hi,
    there is no functionality in ADF for this. However, if your barcode scanner has a plugin for the browser to write to an HTML field then I don't see why it should not work. Have you checked the capabilities and configuration options of your barcode scanner? What does it say?
    Frank

  • Insert customized input field in BP Organization addition screen(BUP110)

    Hi experts,
    Inside bp transaction when ever I am trying to add Organization, inside Name section(BUP010) one customized input field I want to add. What are all the procedure I need to follow in BUPT transaction to add new input fiels in the name section? How to map field group, view, section and screen? How to display that field on the name section of that Organization addition screen?

    Could you please tell us how you fix it? It would be helpful for the rest of the community.
    Greetings,
    Blag.

  • Change input fields of used component

    Hello,
    I am creating a web dynpro and don't have a lot of experience so I hope you can help me.
    I am using the component /PLMU/WDC_SEA_QS_CRIT_DO which contains an input field OBJECT_TYPE.
    How can I enable this field in my web-dynpro?
    Thank you very much.
    Best regards,
    Daisy Heremans

    Hi
    If you can't set the interface property of node in enhancement then there is another way.
    Keep the node as it is.
    Keep some static class attribute for enable \ disable.
    Set this static class attribute in your component and use this attribute in used component ( any of post\ pre overwrite methods ) to set this attribute value to the attribute which is bound to UI element enabled property.
    @ thomas: any inputs from your side, can we achieve this in any other way apart from enhancement through personalization \ component configuratio etc ?
    Regards
    Manas Dua

  • Required HyperLink in Shuttle component in Oracle ADF

    Hi ,
    Can any body tell me ,how to give the hyperlink inside shuttle component elements and how to give action on that hyperlink in ADF ?
    Please reply me ASAP..........
    Regards ,
    Sahdeep Rajput

    I dont think that is possible.

  • Addition of Dept ans Section input fields in MIGO transaction.

    Hi experts,
    im very new to customer exits.  I got requirement to add two input fields in 'OWN DATA' in MIGO transaction. These fields should be for selected movement types.
    Can any one please help me in solving this. Please kindly tell me in detail as im new to enhancements.
    advance
    thanks
    vijay.

    SEARCH in SCN for these badi you will get lot of posts.
    MB_MIGO_ITEM_BADI,MB_MIGO_BADI

  • How to link label with an input field in data table?

    I am curious if there is a nice way to link a label to input field in a data table directly in JSP? Data filling the table are dynamically bounded.
    Sample, simplified code below. Values of "label" property are unique in the collection binded to dataTable.
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:jsp="http://java.sun.com/JSP/Page">
         <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" />
         <f:view>
              <html>
              <body>
              <h:dataTable value="#{screen$monitoring$errorlog$CorrectHopper.dataset}" var="DATA_ROW">
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="Name" />
                        </f:facet>
                        <h:outputLabel value="#{DATA_ROW.label}" for="#{DATA_ROW.label}_id" />
                   </h:column>
                   <h:column>
                        <f:facet name="header">
                             <h:outputText value="Value" />
                        </f:facet>
                        <h:inputText value="#{DATA_ROW.label}" id="#{DATA_ROW.label}_id" />
                   </h:column>
              </h:dataTable>
              </body>
              </html>
         </f:view>
    </jsp:root>
    returns:
    17:39:01,390 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
    java.lang.IllegalArgumentException: #{DATA_ROW.label}_id
    what is related to EL expression in h:inputText's "id" attribute.
    Is there any other way to bind label with dynamically created input field in JSP? Do I really have to bind input field directly to component objects with "binding" and set IDs manually with setId() (what is ugly solution because it moves View related logic to Model layer)?

    I've thought of using EL because I have to somehow
    link a label to an input field dynamically. Somehow? Dynamically? Just use plain text :)Well... just look at my code snippet (notice: we want to join the pairs of labels and text boxes placed in a datatable [or any other repeater-like component rendering properties of objects from a collection]):
    <h:dataTable value="#{screen$monitoring$errorlog$CorrectHopper.dataset}" var="DATA_ROW">
    <h:column>
    <f:facet name="header">
    <h:outputText value="Name" />
    </f:facet>
    <h:outputLabel value="#{DATA_ROW.label}" for="#{DATA_ROW.label}_id" />
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="Value" />
    </f:facet>
    <h:inputText value="#{DATA_ROW.label}" id="#{DATA_ROW.label}_id" />
    </h:column>
    </h:dataTable>
    and what is your idea of using plain text as "id" attribute value in this case? :)
    Regards,
    Michal

Maybe you are looking for

  • Finding changes in HR infotypes by date.

    Hi All, I am required to develop a report giving * changes in HR infotypes by date. *I have made use of two Function Modules, HR_INFOTYPE_LOG_GET_LIST and HR_INFOTYPE_LOG_GET_DETAIL. I am able to correctly get the table giving output of first functio

  • MDB not connecting to Foreign JMS destination

    I'm running WL 9.2 MP3 on Windows machine. I'm deploying a rudimentary MDB congured against as Foreign Service JMS provider against MQ V6.0 with local queue running on the same local machine.           I'm using Maven2 to build all the sub-projects -

  • App store won't install apps on macbook after yosemite upgrade

    I cannot install or upgrade any apps from the app store since upgrading to OS-X Yosemite.  The button greys out when I click install and nothing happens until I navigate to another tab and back to the item I'm trying to install - the button is enable

  • Dripping Spray Paint effect in Motion

    Anybody got any thoughts on how to create nice dripping paint (as if from an aerosol can) using motion/particles etc? The splats and splashes in the content library are ok, but not quite right for the project i'm working on.. any thoughts would be gr

  • LG19LS4D + Mac Mini = Blank screen

    I have a mac mini it is a 2007 model. When i hook the mac up to my 19" LG tv (LG 19LS4D) The no signal message on the tv dissapears but nothing actually appears on screen it just stays black. On boot up i have tried using option-command pr to reset t