JSP CUSTOM TAG LIBRARIES


pagelast tag
Enables the user to navigate to the last page accessed. Generates a link back to the current page while preserving all passed arguments. If appropriate, the body of the tag is evaluated once and used as the body of the generated <A> HTML 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

text


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

HTML Attributes

Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.


See Also