suggestion box « RichFaces « JSF Q&A





1. Using ValueChangeListener with Richfaces suggestion Box    stackoverflow.com

I am trying to use Richfaces suggestion box. Based on the value selected from the suggestionbox, I am trying to change outputtext value next to it. Here is my xhtml code:

<td ...

2. Rich Faces suggestion box    coderanch.com

3. Richfaces suggestion box not setting correct values on server bean    coderanch.com

Hi, I'm using richfaces 3.0.1 or very close to that in conjunction with seam I have a problem with a suggestionbox component not seeming to have a selected value when an action event is called on the backing bean. The list gets populated fine from the called suggestionAction method on the backing bean, so I see the list, can select a ...