<logic:if>
</...>
Defines a region which will show only if the supplied test evaluates to true.
Related Tutorials
Content
any
The content to show if the test condition is true.
Attributes
evaluateAt
string
Sets whether to evaluate the test during the render phase (when rendered) or when the object (and children) are being constructed
Note: Do not use when used for checking security (as child nodes may still be constructed and events processed)
Valid options: render, init
test
New
Sets the test for the statement