selectOneMenu

Is there some way to have the dropdown portion of the selectOneMenu expand to be wide enough to show selections that are actually wider than the size of the control (in the non-select state)

[197 byte] By [bill_bartleya] at [2007-11-27 11:27:20]
# 1

Use CSS to introduce layout.

Every JSF HTML component has at least 2 attributes for it: 'style' where you can define raw CSS and 'styleClass' where you can refer to a CSS class which is set in a stylesheet.

BalusCa at 2007-7-29 16:15:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...