1. Using ValueChangeListener with Richfaces suggestion Box stackoverflow.comI 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:
|
2. Rich Faces suggestion box coderanch.com |
3. Richfaces suggestion box not setting correct values on server bean coderanch.comHi, 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 ... |