JSP CUSTOM TAG LIBRARIES


switch tag
Enables the JSP author to incorporate control flow. Each case or default tag contained in the body of this tag is processed in turn and the first match that is found is evaluated.

You cannot provide more than one value for this tag. If you supply a value attribute, do not include a switchvalue tag in the tag body.

Contexts

Valid in:


Creates for:
Syntax
Attributes

autotrim


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

See Also