JSP CUSTOM TAG LIBRARIES


nextdoc tag
In the context of a form tag, creates a navigation tag on the page that users can click to navigate to the next document in a document collection. This tag retrieves the next document from the document collection specified in the viewname attribute of the form tag, so you must specify a valid view as the viewname for this tag to function correctly. If no valid view is specified, the collection is created for the current database. You must also identify a specific document in the view before the previous or next document can be retrieved. You can pinpoint a specific document by supplying a value for the unid attribute of the form tag.

Note Be sure to save any modifications you have made to the current page, using the savedoc tag, before selecting the next document navigator. There is currently no way to check for unsaved modificiations. You can work around this by adding:


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:

text


showdisabled
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