Rich Faces Equivalent Component of List BOX
I have the following functionality . I have two list boxes , depending on the value selected in the first list box , the values in the second list box needs to be populated . I need to implement this functionality in rich faces . I am new to rich faces and my rich faces version is 3.3.3. I went through all the components in rich faces but did not find an开发者_JS百科ything related to list box . Can any body suggest on this ?
Thanks Mahi
try to use the default JSF list component.
If I'm not mistaken, it's h:selectOneMenu component.
Look at this: http://exadel.com/web/portal/jsftags-guide
A little late here. RichFaces 4 now comes with a pick list control that let you do what you stated in the question, check out the demo
精彩评论