JSP CUSTOM TAG LIBRARIES


ifcategoryentry tag
Example

Conditional tag. In the context of a viewloop tag, if the current ViewEntry object is a category, meaning it displays in the category column of a hierarchical or categorized view, the body of this tag is displayed. This tag can be used to edit the indentation or display properties of category entries to distinguish them from the other entry types, represented by the ifdocumententry, iftotalentry, and ifconflictentry tags.

Contexts

Valid in:


Creates for:
Syntax
Attributes

is


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

Example
See Also