JSP CUSTOM TAG LIBRARIES


item tag
Example

In the context of a form, document or docloop tag, displays the value of an item in the current document. You can set the tag's readonly format using the format attribute. The body of the item tag is not evaluated. To provide update access to an item, use the input tag in the context of a form tag.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

id


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

Example
See Also