JSP CUSTOM TAG LIBRARIES


formula tag
Example

Displays the results of a Domino formula. The body of this tag is the formula being evaluated.

See the Formula language reference documentation for a list of the @functions you can use to create formulas.

Note If used within the context of a view (viewloop tag), forces the document to be loaded, which may impair scalability.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

format


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

Example
See Also