JSP CUSTOM TAG LIBRARIES


case tag
Provides processing instructions to a switch tag when a match is made. If the case tag's value attribute matches the switch tag's value attribute, the body of the case tag is evaluated.

Contexts

Valid in:


Syntax
Attributes

value


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

See Also