JSP CUSTOM TAG LIBRARIES


action tag
Example

In the context of a form or view tag, places a navigation tag on the page that a user can click to initiate an action on the server. You implement the action using an ifserverevent tag that has its event attribute set to OnAction.

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:


Creates for:
Syntax
Attributes

enabled


name
showdisabled
text
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:


Example
See Also