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)
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)
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.