JSP CUSTOM TAG LIBRARIES


savenow tag
Example

In the context of a form tag, saves the current document immediately. No visible change is produced by this tag. Use this tag to preserve an assignment made using the setitem tag.

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

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

Example
See Also