tags:

views:

178

answers:

1

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.

A: 

Check rich:comboBox.

BalusC
Hmm, I looked at that and rejected it for some reason, but since I don't remember why, I'll accept your answer. Thanks! :)
Greg Charles