JSP CUSTOM TAG LIBRARIES
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:
enabled
HTML Attributes
See the Common HTML tag attributes section for definitions of the following standard HTML tag attributes:
class
lang
style
tabindex
title