NetUI Tag Library Documentation (Version 1.0.1)

netui
netui:behavior Tag

Add an attribute to the parent tag rendered.

Syntax

<netui:behavior
    facet="string_or_expression_value"
    name="string_name"
    value="string_or_expression_value" />

Description

Add an attribute to the parent tag rendered.

Attributes
facet
Required:   |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The name of the facet targetted by the behavior.
name
Required: Yes  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The name of the behavior to add to the parent tag.
value
Required: Yes  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The value of the behavior to add to the parent tag.


Tag Information
Tag Classorg.apache.beehive.netui.tags.html.Behavior
TagExtraInfo ClassNone
Body Contentempty
Display NameNone