dropdown « IceFaces « JSF Q&A





1. How to get values in dropdown list from database in icefaces?    stackoverflow.com

i just wanna list the list of employee names from database in the dropdown list using ice faces . can anyone suggest me how to write the query in icefaces ...

5. Dropdown with images    icefaces.org

Garima wrote: how to create a dropdown in icefaces which also displays images along with the labels I don't have a dropdown component but I have a list component, with a little css tweaking you may be able to make a drop down from it. it produces this construct.

  • any icefaces component
Which is very close ...

7. year dropdown in selectInputDate..    icefaces.org

8. Drop Down value in Datatable    icefaces.org

Hi, I am using ICEFACES component in my project. I have 2 datatbles in my page with parent child relationship. I have drop down component in child row. When I am changing a drop down value in a child and then selecting different parent row then value in the child row corrosponding to 2nd parent also gets changed automatically.(Overwrites) Please let ...

9. Firefox doesn't execute activation of dropdown list while using icefaces    icefaces.org

the javascript file is : var selectedQualification; var special; var specialization; var Select = ['Select']; var MBBS=['Medicine','Other MBBS']; function enable(category) { if (selectedQualification=="Select") specialization = Select; else if (selectedQualification=="MBBS") specialization = MBBS; form.special.disabled = false; var len = form.special.options.length; for(i=len-1; i>=0; i=i-1) { form.special.options.remove(i); } for(var i=0;i





10. Regarding SelectOneMenu (dropdown)    icefaces.org

13. drop down receives focus after update    icefaces.org





17. Problem with dropdown - NetBeans 6.0    icefaces.org

I posted this in the general help section but got no response. Maybe this is a more appropriate forum. The project was originally written using Java Studio Creator. That was migrated to NetBeans 6.0 and all appears to work fine. I changed all the page components to ICEfaces components and this is where I start seeing problems. I have a page ...

20. Drop down for foriegn key in a datatable    icefaces.org

I currently return a list of objects back to a datatable. Each row object has a sub-object (linked by foreign key) which I display as one of the columns. Eg: MainObj_Field1 | MainObj_Field2 | MainObj_Field2 | SubObj_FieldX This all works. What I now want to do is to be able to edit the data whilst in the datatable. I want to ...

21. selectInputText - width of dropdown    icefaces.org

Hi, I have made an autocomplete field using selectInputText and panelGrid. Everything works fine except I would like the dropdown box to be wider than the input field. This way the dropdown box can contain usefukl info for selecting the right element. If I could only overwrite the width set on the autoCompleteDiv - see below. Anyone who knows how to ...

22. Dropdown Component Flashing on Partial Submit when No Value Selected    icefaces.org

Hello, We are seeing an issue using V1.7, the partial submit function, and dropdown controls. The dropdown control(s) flashes (reloaded) on the screen when any partial submit is performed and the value of the dropdown control is blank ("empty"). If the user has selected a value in the dropdown control and the partial submit is performed, the component down not appear ...