combobox « RichFaces « JSF Q&A





1. use Label and Value of f:selecteItems with rich:combobox    stackoverflow.com

How can i display Label from SelecteItem and use the value as a Key in rich:combobox? Jboss forums says it is not possible since the rich:combobox is designed for suggestion. Not ...

2. Creating a combobox in Richfaces    stackoverflow.com

I am having an issue in creating rich:combobox i did as follows

<rich:comboBox selectFirstOnUpdate="false" defaultLabel="Enter some value">
    <f:selectItems value="#{userregister.selectItems}" />
</rich:comboBox>
and in the backing bean i created the selectItems ...

3. Populating richfaces ComboBox    stackoverflow.com

I am trying to populate a combobox as late as possible, to improve performance. I once had populating methods for all the combo boxes in a page in the constructor of ...

4. How to change the suggestion made by the richfaces combobox?    stackoverflow.com

I'm currently playing with the richfaces comboBox. You can check is here: http://livedemo.exadel.com/richfaces-demo/richfaces/comboBox.jsf?c=comboBox&tab=usage I would like to know if there a way change how the suggestion are made in the ...

5. rich:comboBox default value selection    stackoverflow.com

I need to create a scenario where on a page load the rich:comboBox defaults to a certain string value, sort of the way it would if I were using a selectOneMenu. ...

6. circular rerendering with rich:combobox    stackoverflow.com

I have JSF 1.2. I have 2 SelectOneMenues, both have SelectItem lists map to renting company id. (The value is id, and label is name/code depending on which selectOneMenu). What happens is that if ...

7. rich:comboBox button location    stackoverflow.com

How can i control the location of the dropdown button of rich:combobox? By default it's located on the right of the text element. I want it to be located on the left ...

8. Converter for rich:comboBox. What if string representations of enities can contain duplicate elements?    stackoverflow.com

For example I have PersonEntity and want to use it in rich:comboBox. I must specify converter for this entity (otherwise toString of PersonEntity will be used). PersonConverter return firstname and lastname ...

9. Modify the background of the button of a combobox in richfaces    stackoverflow.com

When I create a combobox using richfaces it generates to folowing html for the button (the rest of the combobox html is irrelevant)

<input class="rich-combobox-font-inactive rich-combobox-button-background-inactive rich-combobox-button-inactive" id="mainForm:j_id98:0:j_id113comboBoxButtonBG" readonly="readonly" tabindex="-1" type="text">
<input class="rich-combobox-font-inactive ...





10. Set bean property "onselect" rich:combobox    stackoverflow.com

        <rich:comboBox id="combo" width="100px"
                     ...

11. rich:comboBox problem !    coderanch.com

13. Changing the value of a rich:comboBox    coderanch.com

JSF runs at the server side and produces HTML. JS runs at the client side and intercepts on HTML DOM. So, whenever you want to write a JS function, you should not look at the JSF source code, but look at its generated HTML output. Base your Javascript on this. The HTML element in question may not have a 'value' attribute, ...

14. Problem with rich:comboBox    coderanch.com

Hi frnds, Iam facing couple of problems with rich:comboBox tag.Request you to please help me out. 1) First the last letter that is being typed is getting hidden inside the button icon .Is there any way to show the last character as an when user types in 2) Another issue is that even after including the .rich-combobox-input class the font of ...

15. Rich:comboBox    coderanch.com





18. ajax:support problem with rich:combobox    coderanch.com

19. rich:comboBox setting a default value    coderanch.com