JSP CUSTOM TAG LIBRARIES


elseif tag
Conditionally executes its body if the corresponding if tag did not execute and the condition for the elseif tag is true.

Note If you 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 with side-effects in this tag it if is being used in conjunction with a condition tag.

Contexts

Valid in:


Creates for
Syntax
Attributes

browser


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

See Also