Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
condition |
boolean |
in |
yes |
false |
The condition to be met. If this value is true, then the wrapped
elements will be rendered.
|
invert |
boolean |
in |
no |
false |
If true, then the condition is inverted. This is useful for
simulating an else clause.
With Tapestry 2.2 it is easier to specify "!" operator in the condition's
ONGL expression.
|
element |
String |
in |
no |
|
If specified and condition is satisfied, then the component acts like
an Any, emitting an open and close tag.
Informal parameters are applied to the tag. If no element is
specified, informal parameters are ignored. |
Body: rendered
Informal parameters: allowed
Reserved parameters: none
|