filter |
Set to false if you do NOT want the option labels filtered for sensitive characters in HTML. By default, such values are filtered. [RT Expr] |
label |
The property of the bean within the collection which represents the label to be rendered for each option. Defaults to "label". [RT Expr] |
name |
The attribute name of the bean whose properties are consulted when rendering the current value of this input field. If not specified, the bean associated with the form tag we are nested within is utilized. [RT Expr] |
property |
The property of the form bean, or the bean specified by the name attribute, that will return the collection of objects to be rendered for these options. [RT Expr] |
style |
CSS styles to be applied to this HTML element. [RT Expr] |
styleClass |
CSS stylesheet class to be applied to this HTML element (renders a "class" attribute). [RT Expr] |
value |
The property of the bean within the collection which represents the value to be rendered for each option. Defaults to "value". [RT Expr] |