|
t:aliasBean |
|
<p>The <t:aliasBean> tag defines a surrogate object that stores a named value. You assign a literal or expression value to the aliasBean tag. The aliasBean object can then be re-used in forms and subviews throughout your JSF application.</p>
Example
<t:aliasBean alias="#{placeholderBean}" value="#{realBean.property}"></t:aliasBean>
|