JSP CUSTOM TAG LIBRARIES


document tag
Enables an author to create or edit a document. The body of this tag is always evaluated. You can use the item, setitem, and formula tags within the body of this tag. To display the document, use the item and formula tags within the body. To edit the document, use the setitem tag within the body. If you set the value of an item using the setitem tag within the body of this tag, you must save your changes also within the body of this tag. You can save your changes by either:
If you do not save your changes within the body of this tag, they will not be saved to the database.

Contexts

Valid in:


Creates for:
Syntax
Attributes

The following attributes are optional:

dbname


dbserver
host
id
password
responseto
schema
unid
user
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also