JSP CUSTOM TAG LIBRARIES


preserve tag
Preserves explicitly passed page arguments when a user self-navigates. One preserve tags should be included for each page argument that you want to preserve. If you do not use these tags, the initial arguments passed to the page will not be preserved during a self-navigation and the page may not work correctly.

Be sure to include this tag on pages that use the following tags when you want to preserve the parameters being passed to the page by them:

action, dbfill, deletedoc, docnavimg, editdoc, formlink, newdoc, nextdoc, pagebar, pagefirst, pagelast, pagenext, pageprev, parentlink, prevdoc, savedoc, saveclosedoc

Contexts

Valid in:


Syntax
Attributes

name


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

See Also