JSP CUSTOM TAG LIBRARIES


condition tag
Specifies the condition of an if or elseif tag.

The body of the tag must be a string that represents a Boolean value, for example: true, false, 0, 1, yes, or no. This tag has no attributes.

Note If this tag is used in the context of the if tag, the body of the if tag MUST always be evaluated. If the condition fails, the evaluated body is discarded. You should not include code with side-effects in an if or elseif tag being used in conjunction with a condition tag.

Contexts

Valid in:


Syntax
Attributes

See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also