.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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