10. Seam Tag Reference
Contents > Seam Tag Reference > s:selectDate
s:selectDate |
|
The s:selectDate tag selects a date for a particular UI component. It renders a dynamic date selection component that enables the user to select a date for input.
Example:
<s:selectDate for="form:birthday"></s:selectDate>
|
Tag Attributes
| binding |
String |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
String |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|