Contents > Tomahawk Tag Reference > t:aliasBean
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.
Example
<t:aliasBean alias="#{placeholderBean}" value="#{realBean.property}"></t:aliasBean>