<p>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.</p>
Example
<t:saveState> </t:saveState>
Tag Attributes
binding
Expression
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
id
Text
The unique identifier value for this component. The value must be unique within the closest naming container.
value
Text
Required
The value attribute sets the current value for this component.