Documentation
Tomahawk Tools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:aliasBean

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>

Tag Attributes

alias Text
 
The alias attribute takes a value-binding EL expression that identifies the target bean for the value of this tag.
id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
value Text
 
The value attribute sets the current value for this component.