10. Tomahawk Tag Reference
Contents > Tomahawk Tag Reference > t:saveState
t:saveState |
|
The t:saveState tag stores backing beans and property values in the UI component tree, allowing them to persist longer than request scope but shorter than session scope.
Example:
<t:saveState></t:saveState>
|
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. |
| value |
String |
| Required |
| The value attribute sets the current value for this component. |
|