JSP CUSTOM TAG LIBRARIES


newdoc tag
In the context of a form tag, generates a link that creates a new document. If the asresponse attribute equals true, the new document is created as a response to the current document. If the person accessing the current document does not have authorization to create new documents in the database, this tag is not enabled.

Note This tag generates HTML that causes the page to reload when a user clicks it. If you want to save the parameters that you passed into the page, you must use a preserve tag for each parameter you want to save or it will be lost when the page reloads.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

asresponse


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

HTML Attributes

See the Common HTML tag attributes section for definitions of the following standard HTML tag attributes:


See Also