JSP CUSTOM TAG LIBRARIES


formlink tag
Example

Generates a link between a page containing a viewloop or docloop tag and a page containing a document or form tag. The text attribute or tag body is evaluated and generated as the body of a HTML <A> tag (which is an anchor tag). Using this tag, you can link to another page without having to supply the following page parameters to the linked page: unid, viewname, dbname, and dbserver. These parameters are automatically retrieved by the form or document tags on the destination page.

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

asresponse


href
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.


Example
See Also