1. How to get values in dropdown list from database in icefaces? stackoverflow.comi 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 ... |
2. Autocomplete DropDown disapears the first time it renders but if you retype it shows up ok icefaces.org |
3. ice:selectInputText hide drop down list icefaces.org |
5. Dropdown with images icefaces.orgGarima 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.
|
6. Value Change Listener not working for dropdown icefaces.org |
7. year dropdown in selectInputDate.. icefaces.org |
8. Drop Down value in Datatable icefaces.orgHi, 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.orgthe 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 |
12. DropDown onchange doesnot reflect the Tab Selection icefaces.org |
13. drop down receives focus after update icefaces.org |
15. adding drop down menu to tree component? icefaces.org |
16. Problem filling dropdown lists (SelectOneMenu) icefaces.org |
17. Problem with dropdown - NetBeans 6.0 icefaces.orgI 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.orgI 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.orgHi, 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.orgHello, 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 ... |