HtmlSelectOneMenu « IceFaces « JSF Q&A





1. HtmlSelectOneMenu drop down    icefaces.org

2. HtmlSelectOneMenu dropdown area -IE bug?    icefaces.org

Hi, I am using HtmlSelectOneMenu - when I use firefox, the combobox drop down area adjusts to the horizontal size of its contents so all the selectitems are visible but when using IE7, the contents are truncated since the dropdown area is the same size as the combobox and doesnt resize automatically to the length or horizontal size of the contents. ...

5. PanelTabSet & HtmlSelectOneMenu    icefaces.org

6. Updating the currently selected item on an HtmlSelectOneMenu    icefaces.org

Hello, I am currently working on an application in which I need to display a search result by setting the values of several input components in a form, some of which are HtmlSelectOneMenu components. Doing the following in the form's backing bean has no effect on the corresponding component on the page: HtmlSelectOneMenu state; ..... string selectedState; ... state.setValue(selectedState); The string ...

7. HtmlSelectOneMenu ValueChangeEvent    icefaces.org