JSP CUSTOM TAG LIBRARIES


if tag
The body of this tag conditionally executes depending on a specified condition. One condition can be specified per tag and can be passed in by including a condition tag in the body of the if tag or as one of the if tag attributes.

Note Only one condition can be specified; if more than one is specified, an exception is thrown.

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

Contexts

Valid in:


Creates for:
Syntax
Attributes

The following attributes are optional:

browser


condition
inrole
isblank
isnull
trueaction
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also