Combobox in jdeveloper ?

Hi,
Does someone know if it's possible to create a combobox on a form ?
A 'normal' drop-down list (display type = choice) is not good enough for me because besides the possiblilty to choose an option I want also the possibility to enter free text. I want a field where users can enter a remark or can choose a predefined one.
I also tried a LOV but that's doesn't work either.
Regards,
Chris

Chris,
My guess is that you are using JSP (from your other post).
It would have to be a post-generation change in the JSP page. You should be able to find examples on the internet, maybe using JavaScript.
Hope this helps,
Sandra Muller
JHeadstart Team.

Similar Messages

  • Dinamic Combobox in jDeveloper using JSP

    What is the most simple way to do a JSP page with two dinamic combobox like the classic Countries and Cities ... That is.. When I select a Country then all the cities of the country selected are loaded from a Data Base... I'm working in jDeveloper..

    This is how you used to do it in 10.1.2
    http://www.oracle.com/technology/products/jdev/tips/mills/cascading_lists.html

  • Creating EJB 3.0 Session Bean under JDeveloper 10g.

    Hello im using JDeveloper 10 g all up 2 date.
    when i create EJB 2.x EJB everythink is ok .. there is a Wizzard(Designer) from which i can add methods variables and etc.
    all methods are become added to the session bean / remote interefeis etc.
    My Problem is when i create EJB 3.0
    when i do it the Bean class is created and the Remote interfeis with @remote is created too its ok BUT I CANT see Remote interfeis in my Application Naviagation its fine under 2.1 i cannot see remote interfeis and home interfeis too but inder 2.1 there is a wizzard(Designer) under 3.0 there is nothink.
    what am i wrong ? how can i make designer to work under 3.0 or how can i make Jdeveloper to show me all content of the EJBs

    another strange problem.
    i have an APplication server added ( JBOSS ).
    when i create deployment profile (EAR ) application server is showed in the ComboBox .
    But when i create Java Test Client for some EJB and when i check " Connect Remote Application server" there is 2 comboboxes
    J2EE Application
    App Server Connection.
    first combo is ok there is EJB applicaiton
    Secound is empty .. but i Have App Server.
    Another think is that when i create EJB 3.0 its BAD to see J2EE app it must be J EE 5 app or just Java EE app

  • Query in jdeveloper using  distinct clause

    hello
    I am a user of oracle10G jdeveloper using jclient/swing
    in my product.
    I had written a query in my default view object as
    Select distinct(Name) from emp then i test it.
    Then message get displayed Query is valid.
    But when i bind this view object with my form ie with combobox using model property and finally run the form then it throw an error message .
    Please do help me to sort out this problem .
    thanks

    Please post the error message and the exception stack.
    My guess is that the error is: your VO's SQL statement did not include the primary key attribute (say Empno).
    Thanks.
    Sung

  • ComboBox with Lovs on Jdev 11g r2

    I'm facing this Error on JSF on Jdeveloper 11g r2, Windows7.
    I'm Using a ComboBox with Lovs on af:table.
    I'm getting this Error below when I invoke the (Search) option... to see the popup list.
    it works fine in every other case, if I select from the small list works ok, enter the text works ok. everything but the search option.
    thank you for any help.
    JBO-29114 ADFContext is not setup to process message for this exception.
    Use the exception stack trace and error code to ivestigate the root cause
    of this exception. Root cause error code is JBO-29000.
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=Cannot invoke method minus() on null object
         at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1218)
         at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1253)
         at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1075)
         at oracle.jbo.server.ViewObjectImpl.createViewAccessorRS(ViewObjectImpl.java:16203)

    I'm not Using a custom seach.....
    I just define my LOV using a Model Driven List. and select Option ComboBox with Lovs.....
    the lov with the issue belong to a detail table. I got several ComboBoxes working fine in similar model.... master/detail and the lov in the detail table.
    thank you

  • How to use Combobox to direct link

    Hi all, how can i use combobox to direct link in adf. For example: I have a list of value with combobox, when i selected "Page A" ---> go to Page A, selected "Page B" ----> go to Page B
    Thanks

    Hi,
    How about using a menu model instead of a combo box? Check out this example : Oracle JDeveloper 11g Release 2 Tutorials - Creating ADF Menus for Page Navigation
    -Arun

  • How to Filter the List in Combo Box in JDeveloper?

    Hey guys, I really need your help regarding this matter. In JDeveloper, I need to filter the list in combobox in order for us to query faster especially when the list is very long. For example in a 'Country' combo box, when you type 'p' in the field, the list must filter simultaneously all countries that start with letter 'p' or when you place 'ph', all countries with 'ph' in the beginning. If you have sample codes, keywords needed, or sites recommended to solve this problem, it will be very much appreciated. Thnx.
    cy

    using this forum may be more efficient -> JDeveloper and ADF

  • JDeveloper 3.1 and JSP problems

    Hello everybody.
    I present myself. I am a French student in computer sciences who makes a training course in a French company. (You will excuse the bad quality of my English)
    I have some difficulties in the use of Oracle JDeveloper tool.
    1st problem:
    I encountered this problem during the creation of a JSP page for a simple Intranet application connected to an Oracle database.
    JDeveloper doesnt want to take into account the fact that one of my tables has two primary (composite) keys;(Each of these two keys is primary key of another table). That results on the one hand in an error during the loading of the default edition form (" JBO-25030: Failed to find or invalidate owning entity ") and in addition by impossibility of consulting the recordings of this table according to one of the two key parameters (selected in RowSetBrowser). Nevertheless, this last aspect works within the Oracle Business Component Browser.
    2nd problem:
    Imagine, for example, the following simplified conceptual diagram:
    Racks ---> Files ---> Sheets (they are tables)
    How on a JSP page, can I display in the easiest way (with a JSNavigatorTab and a RowSetBrowser), the recordings of the table Sheets of a particular File, without to use a selection at the table Racks level.
    (You choose directly, with a ComboBox or a RowSetBrowser, a File to display all the corresponding Sheets, without to choose a Rack before.)
    In fact, I try to have an application as simple and ergonomic as possible.
    I thank all those who will be able to inform me on these obscure points which slow down my project considerably.
    Regards.
    Guillaume Vidal
    null

    Hi,
    * For your 1st problem, try to uncheck the "composite association" checkbox in the association object linking your tables together, should work better.
    * For the second one,
    when you create the application module containing the rack/file and sheet views, add the file view at root level (i.e do not use the view link relationship, which would include it as a detail view for the racks view), then add the sheet view through the file/sheet viewLink.
    This way you'll be able to browse the entire file and sheet list in a basic master/detail view.
    Good luck, Remi
    by Guillaume Vidal:
    Hello everybody.
    I present myself. I am a French student in computer sciences who makes a training course in a French company. (You will excuse the bad quality of my English)
    I have some difficulties in the use of Oracle JDeveloper tool.
    1st problem:
    I encountered this problem during the creation of a JSP page for a simple Intranet application connected to an Oracle database.
    JDeveloper doesnt want to take into account the fact that one of my tables has two primary (composite) keys;(Each of these two keys is primary key of another table). That results on the one hand in an error during the loading of the default edition form (" JBO-25030: Failed to find or invalidate owning entity ") and in addition by impossibility of consulting the recordings of this table according to one of the two key parameters (selected in RowSetBrowser). Nevertheless, this last aspect works within the Oracle Business Component Browser.
    2nd problem:
    Imagine, for example, the following simplified conceptual diagram:
    Racks ---> Files ---> Sheets (they are tables)
    How on a JSP page, can I display in the easiest way (with a JSNavigatorTab and a RowSetBrowser), the recordings of the table Sheets of a particular File, without to use a selection at the table Racks level.
    (You choose directly, with a ComboBox or a RowSetBrowser, a File to display all the corresponding Sheets, without to choose a Rack before.)
    In fact, I try to have an application as simple and ergonomic as possible.
    I thank all those who will be able to inform me on these obscure points which slow down my project considerably.
    Regards.
    Guillaume Vidal
    null

  • Combobox with LOV showing ID but would like to display more meaningful text

    Hi, I'm experimenting with JDeveloper 11.2.
    I have a base table/eo with an FK ID to another table/eo which is a lookup table.
    On the base tables view I have created a combobox with LOV but it is showing the ID and I'd like it to show the name from the lookup table.
    So rather than showing the ID 1 I'd like it to show James instead.
    I can just about remember being able to do this in Oracle Designer.
    I know this is something stupid but I've searched Google and not come up with anything.
    CREATE TABLE ACCOUNTS
    ACCOUNT_ID NUMBER NOT NULL,
    ACCOUNT_LOGIN VARCHAR2(30 CHAR) NOT NULL,
    FIRST_NAME VARCHAR2(50 CHAR) NOT NULL,
    LAST_NAME VARCHAR2(50 CHAR) NOT NULL,
    EMAIL VARCHAR2(150 CHAR),
    CREATED_TIMESTAMP TIMESTAMP(6) WITH LOCAL TIME ZONE DEFAULT SYSTIMESTAMP NOT NULL
    ALTER TABLE ACCOUNTS ADD (
    CONSTRAINT ACCOUNTS_PK
    PRIMARY KEY
    (ACCOUNT_ID));
    CREATE TABLE ACCOUNT_MODULE_ROLES
    ACCOUNT_MODULE_ROLE_ID NUMBER NOT NULL,
    ACCOUNT_ID NUMBER NOT NULL,
    MODULE_ID NUMBER NOT NULL,
    ACCOUNT_ROLE_ID NUMBER NOT NULL
    ALTER TABLE ACCOUNT_MODULE_ROLES ADD (
    CONSTRAINT ACCOUNT_ROLES_PK
    PRIMARY KEY
    (ACCOUNT_MODULE_ROLE_ID));
    ALTER TABLE ACCOUNT_MODULE_ROLES ADD (
    CONSTRAINT AMR_ACC_FK
    FOREIGN KEY (ACCOUNT_ID)
    REFERENCES ACCOUNTS (ACCOUNT_ID)
    ON DELETE CASCADE
    ENABLE VALIDATE);
    I've created the LOV on AccountModuleRolesView.

    1. Create a transient attribute AccountFirstName. - Created in AccountModuleRolesView1, attributes a transient string called AccountFirstName with an alias of VIEW_ATTR
    2. Create a VA on accountId attribute. - VA? There is a tab called View Accessors and I have three, one for each of the FK's.
    3. In attribute mapping ... Where abouts is that? After I've created the LOV?
    map ... accountId to accountId I did this in the LOV, list return values, using the VA's I linked in.
    and fristName to accountFirstName. Did this also in the same place.
    4. In UI hints shuttle accountFirstName. The field doesn't show up in the list to shuffle, only the underlying eo attributes.

  • Adding a Row to Table, ComboBox as a  TableCellRenderer Problem !!

    Hell All:
    I have a JTable with one of the Cell as ComboBox. Initially I draw the JTable with Three Rows and the
    the ComboBox in the Second Column works fine. I see each comboBox has different Items. The ComboBox also has a Renderer (as I am customizing the Item's Text )
    Here is the snippet from my Code.
    ==========================
    // UIEditSubAllocation.ALT_ACCOUNT = 2;
    // Get the Viewindex.... to get the correct column
    int viewIndex = this.m_suballocTable.convertColumnIndexToView(UIEditSubAllocation.ALT_ACCOUNT);
    // get the Table Column...
    TableColumn altActColumn = this.m_suballocTable.getColumnModel().getColumn(UIEditSubAllocation.ALT_ACCOUNT);
    // Create Three ComboBox..
    JComboBox[] altActCell = new JComboBox[3];
    for (int i =0;i< 3;++i) // adding Three Rows of Table Data...
    String [] alternateAccounts = new String[4];
    for(int j = 0; j < alternateAccounts.length; j++) // Each Alternate Accounts i.e combobox has 4 items..
    alternateAccounts[0] = "Tom";
    alternateAccounts[0] = "Vic";
    alternateAccounts[0] = "Tracy";
    alternateAccounts[0] = "Andy";
    altActCell[i] = new AltAccountComboBox(alternateAccounts,this.m_suballocTable);
    } // End of adding Three Rows
    altActColumn.setCellRenderer(new AltAccountTableCellRenderer());
    if (viewIndex >= 0)
    ComboBoxEditor altActCellEditor = new ComboBoxEditor(altActCell);
    altActColumn.setCellEditor(altActCellEditor);
    The CombBoxEditor code is...
    ublic class ComboBoxEditor extends DefaultCellEditor
    * Constructs a ComboBoxEditor that uses an array of items of type object.
    * @param items - an array of items of type object
    public JComboBox[] m_comboBox;
    public ComboBoxEditor(JComboBox[] box)
    super(box[0]);
    m_comboBox = box;
    for(int i = 0; i < box.length; i++)
    m_comboBox.setEditable(false);
    public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
    if(row >= this.m_comboBox.length)
    return super.getTableCellEditorComponent(table, value, isSelected, row, column);
    return m_comboBox[row];
    But when I click a Button (in a Panel) which adds a Row (with No values for the ComboBox ).. to the Jtable .. The Row Gets added fine.. but the JComboBox comes with Values from the First Row's ComboBox. I Don't want any Values in the JComboBox for the new added Row. Can someone tell me
    how do I remove the Items from the ComboBox.
    I will really appreciate for any help...
    Thanks
    -Pankaj

    Hi ,
    as per my opinion one approach would be that ,
    you create a custom table region same as standard one using Jdeveloper and create other required fields also using jeveloper ,and then put this region in extend property of existing standard table region .
    thanks
    Pratap

  • How to add combobox to gridcontrol

    hi,
    i am using info swings componets of jdeveloper 3.1 for developing java appicationes.
    how to add comboboxcontrol to gridcontrol ?
    any one may help
    jpullareddy
    [email protected]

    jpullareddy,
    In order to use ComboBox control in the Grid, set up dataitemname for the combox box. You can then get the
    TableColumnModel and install the combobox as a cell editor. See also javax.swing.DefaultCellEditor.
    I would recommend you to move to JDeveloper 9i release. With JDev 9i, there is a new framework called JClient
    for building Java clients.
    Please see
    http://otn.oracle.com/products/jdev/htdocs/jclientsod/JavaClientSOD.html
    http://otn.oracle.com/products/jdev/htdocs/JClient/SimpleJClient.html
    Thanks,
    Sathish.
    hi,
    i am using info swings componets of jdeveloper 3.1 for developing java appicationes.
    how to add comboboxcontrol to gridcontrol ?
    any one may help
    jpullareddy
    [email protected]

  • ComboBox disabled after binding with vo

    Hi,
    i have comboBox... its is enabled..after binding with view object its disabled.. Ive tried to change it from code and property inspector but nothing helps.\
    Code from pageDef
    <combobox id="DCComboBox" xmlns="http://xmlns.oracle.com/adfm/jcuimodel"
    ListOperMode="navigation" IterBinding="SerieROView1Iter" StaticList="true" ApplyValidation="false" Editable="false">
    <AttrNames xmlns="http://xmlns.oracle.com/adfm/uimodel">
    <Item Value="NazwaSkrocona"/>
    </AttrNames>
    </combobox>

    ive added Viewable="true" in section above and it is working - combo is enabled and i can view attributes.... but i get errors in jdeveloper log
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
         at oracle.adf.model.binding.DCControlBinding.evaluateBooleanExpression(DCControlBinding.java:523)
         at oracle.adf.model.binding.DCControlBinding.isControlViewable(DCControlBinding.java:515)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.isViewable(JUCtrlValueBinding.java:3207)
         at oracle.jbo.uicli.binding.JUCtrlAttrsBinding$mySetEnabledThread.run(JUCtrlAttrsBinding.java:45)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    i understand it is connected with Viewable="true", but while editing xml it is expecting String.
    And yes - it is read only VO - so why its working now? :)

  • JDeveloper, thread and user interaction

    Hello,
    I'm developing a JDeveloper Swing application that receives data from a scale to be printed on the screen (this is done in a thread). At the same time, the user can interact with the screen and update fields. Sometimes I experience that my application blocks, and I have to restart. I believe that this is because the screen is updated by the two threads (scale and user) at the same time (?).. Does anyone know how to avoid this?
    /Jakob

    Ok, thank you..
    I now use a Swing timer to call the actionPerformed(..) methode.
    In this methode I update a text field on the screen, whenever the weight is changing.
    What about "normal" user updates to GUI, i.e. combobox dropdowns, field updates etc ? Do I have to handle these events in the same actionPerformed(..) methode as the timer thread is calling, or may I define an actionListener for each component containing its own actionPerformed(..) methode ?
    If I have to use the same actionPerformed(..) for all GUI updates, should this methode be defined synchronized, like
    public synchronized void actionPerformed(ActionEvent e) ?
    Regards Jakob

  • Problem with InfoSwing comboboxes

    I posted a message earlier concerning JDeveloper 2.0's InfoSwing
    ComboBoxControl. I have a little more information that might
    help someone who has used JDeveloper figure the problem out. The
    problem is that I place the combobox controls on my form and set
    the dataItemName and dataItemNameForUpdate properties but when I
    run the applet and click on the combobox, the list doesn't show
    up. In fact, I get the following error:
    java.lang.NullPointerException
    at javax.swing.JComboBox.getSelectedIndex(Compiled Code)
    at
    javax.swing.plaf.basic.BasicComboPopup.syncListSelectionWithCombo
    BoxSelection(Compiled Code)
    at javax.swing.plaf.basic.BasicComboPopup.show(Compiled
    Code)
    at
    javax.swing.plaf.basic.BasicComboPopup.togglePopup(Compiled Code)
    at
    javax.swing.plaf.basic.BasicComboPopup$InvocationMouseHandler.mou
    sePressed(Compiled Code)
    at java.awt.AWTEventMulticaster.mousePressed(Compiled
    Code)
    at java.awt.Component.processMouseEvent(Compiled Code)
    at java.awt.Component.processEvent(Compiled Code)
    at java.awt.Container.processEvent(Compiled Code)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at
    java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:
    1739)
    at
    java.awt.LightweightDispatcher.processMouseEvent(Container.java:1
    533)
    at
    java.awt.LightweightDispatcher.dispatchEvent(Container.java:1453)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at
    java.awt.EventDispatchThread.run(EventDispatchThread.java:79)
    Can someone please help me? I am desperate!
    Thanks in advance,
    Joel
    null

    No Joel,
    it seems that the JDev Team is unable to give a proper support
    for their product. I wouldn't have been able too if I had
    released a product with a bugs like that (e.g. combo boxes not
    been able to populate). May be this is the reason Oracle is in
    such a hurry trying to release JDeveloper 3.0. Well, let's hope
    the bugs in the new version will decrease rather than increase.
    For now I would suggest to you to try Symantec's Visual Cafe or
    even Borland's JBuilder may suit what you need.
    BTW, I left the ideas to finish my project using Java and went
    back to the more stable combination Perl/CGI/HTML.
    Mitko
    JDev Team (guest) wrote:
    : The ComboBoxControl is a composite control that uses the
    : JComboBox so if it isn't working then the ComboBoxControl won't
    : work. You need to resolve the issue with JComboBox first.
    : - PSW
    : Joel (guest) wrote:
    : : They were bound to the same db table column, but I thought
    that
    : : might be wrong, so I added another rowSetInfo to my
    : sessionInfo,
    : : and had the query look for all distinct values in the column
    : that
    : : I want to populate my combobox with. I tied the DataItemName
    : to
    : : the new rowSetInfo (only had one column), and the
    : : DataItemNameForUpdate to the same column name, but on the
    first
    : : rowSetInfo. So I have one sessionInfo component, and two
    : : rowSetInfo components. I did all this using the property
    : : editor.
    : : Just one more note: In desperation, I created a new project
    : and
    : : placed a regular Jcombobox on a form and added some items to
    it
    : : programatically, and could not get the combobox's popup list
    to
    : : show up. I could move through each item in the ComboBox by
    : using
    : : the arrow keys on the keyboard, but not with the mouse. Do
    you
    : : think this could be related to the problem I am having with
    the
    : : InfoSwing components?
    : : Thank you for your time,
    : : Joel
    : : JDev Team (guest) wrote:
    : : : Are the DataItemName and DataItemNameForUpdate properties
    : bound
    : : : to the same db table column? How did you do the binding -
    : using
    : : : the property editor or programmatically?
    : : : - PSW
    : : : Joel (guest) wrote:
    : : : : So far I haven't even had the chance to try my applet
    on
    : a
    : : : : browser. I have been running it on my local computer
    (not
    : : from
    : : : a
    : : : : web server). I have been using JDeveloper's Applet
    Viewer,
    : : and
    : : : : the data from the Oracle table shows up, so I'm pretty
    sure
    : : : it's
    : : : : having no problem connecting to the Oracle table, but the
    : : : : comboboxes won't show the list of choices.
    : : : : Thank you,
    : : : : Joel
    : : : : Jdev Team (guest) wrote:
    : : : : : What version of the Java Plug-in are you using? What
    : : browser
    : : : : and
    : : : : : version?
    : : : : : - PSW
    : : : : : Joel (guest) wrote:
    : : : : : : I posted a message earlier concerning JDeveloper
    2.0's
    : : : : : InfoSwing
    : : : : : : ComboBoxControl. I have a little more information
    that
    : : : might
    : : : : : : help someone who has used JDeveloper figure the
    problem
    : : : out.
    : : : : : The
    : : : : : : problem is that I place the combobox controls on my
    : form
    : : : and
    : : : : : set
    : : : : : : the dataItemName and dataItemNameForUpdate properties
    : but
    : : : : when
    : : : : : I
    : : : : : : run the applet and click on the combobox, the list
    : : doesn't
    : : : : show
    : : : : : : up. In fact, I get the following error:
    : : : : : : java.lang.NullPointerException
    : : : : : : at
    : : javax.swing.JComboBox.getSelectedIndex(Compiled Code)
    : : : : : : at
    javax.swing.plaf.basic.BasicComboPopup.syncListSelectionWithCombo
    : : : : : : BoxSelection(Compiled Code)
    : : : : : : at
    : : javax.swing.plaf.basic.BasicComboPopup.show(Compiled
    : : : : : : Code)
    : : : : : : at
    : : javax.swing.plaf.basic.BasicComboPopup.togglePopup(Compiled
    : : : : : Code)
    : : : : : : at
    javax.swing.plaf.basic.BasicComboPopup$InvocationMouseHandler.mou
    : : : : : : sePressed(Compiled Code)
    : : : : : : at
    : : java.awt.AWTEventMulticaster.mousePressed(Compiled
    : : : : : : Code)
    : : : : : : at java.awt.Component.processMouseEvent(Compiled
    : : Code)
    : : : : : : at java.awt.Component.processEvent(Compiled Code)
    : : : : : : at java.awt.Container.processEvent(Compiled Code)
    : : : : : : at java.awt.Component.dispatchEventImpl(Compiled
    : : Code)
    : : : : : : at java.awt.Container.dispatchEventImpl(Compiled
    : : Code)
    : : : : : : at java.awt.Component.dispatchEvent(Compiled
    : : Code)
    : : : : : : at
    java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:
    : : : : : : 1739)
    : : : : : : at
    java.awt.LightweightDispatcher.processMouseEvent(Container.java:1
    : : : : : : 533)
    : : : : : : at
    java.awt.LightweightDispatcher.dispatchEvent(Container.java:1453)
    : : : : : : at java.awt.Container.dispatchEventImpl(Compiled
    : : Code)
    : : : : : : at java.awt.Component.dispatchEvent(Compiled
    : : Code)
    : : : : : : at
    java.awt.EventDispatchThread.run(EventDispatchThread.java:79)
    : : : : : : Can someone please help me? I am desperate!
    : : : : : : Thanks in advance,
    : : : : : : Joel
    null

  • LOV of type ComboBox - How does it work?

    Would it be possible for someone to tell me what I am missing in mu understanding of the Combo Box?
    I am trying to understand the LOV type options when an LOV is added for an attribute. From what I understand the Combo Box is the same as the Choice List, but you can type text into it. When I change the Default List Type to be a Combo Box, I cannot see this.
    It is exactly the same as the choice list when running it in the App Module and when dropping it onto a page fragment. I do not get a combo box type element option – only a SelectOneChoice? I would expect to be given an Input Combobox List of Values element?
    Below is some of the source in the view (simply based on the HR demos Country table). I am using JDeveloper 11.1.1.4.0
    <ListBinding
    Name="LOV_RegionId"
    ListVOName="RegionsLovView"
    ListRangeSize="-1"
    NullValueFlag="none"
    NullValueId="LOV_RegionId_LOVUIHints_NullValueId"
    MRUCount="0">
    <AttrArray Name="AttrNames">
    <Item Value="RegionId"/>
    </AttrArray>
    <AttrArray Name="ListAttrNames">
    <Item Value="RegionId"/>
    </AttrArray>
    <AttrArray Name="ListDisplayAttrNames">
    <Item Value="RegionName"/>
    </AttrArray>
    <DisplayCriteria/>
    </ListBinding>
    <ViewAttribute
    Name="RegionId"
    PrecisionRule="true"
    EntityAttrName="RegionId"
    EntityUsage="Countries"
    AliasName="REGION_ID"
    LOVName="LOV_RegionId">
    <Properties>
    <SchemaBasedProperties>
    <CONTROLTYPE
    Value="combo"/>
    </SchemaBasedProperties>
    </Properties>
    </ViewAttribute>
    Thanks,

    according to [url http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/bcquerying.htm#CHDGDHJC]the documentation, the two "Combo Box" choices for LOV UI hint are not supported for ADF Faces. The reason is simple: ADF Faces doesn't have such a control (combo box)
    John

Maybe you are looking for