JSF single select box with customizable look-and-feel
Posted
by Greg Charles
on Stack Overflow
See other posts from Stack Overflow
or by Greg Charles
Published on 2010-04-16T05:40:32Z
Indexed on
2010/04/16
5:43 UTC
Read the original article
Hit count: 377
I'm looking for a control that allows me to choose a single option from a list of choices via a dropdown box. The h:singleSelectMenu or h:singleSelectListBox worked well, but now I have a requirement to customize the glyph that triggers the dropdown. I've looked at the RichFaces components, but I don't see anything like a single select box.
© Stack Overflow or respective owner