JSP CUSTOM TAG LIBRARIES


Examples: action tag
In this example, the text of the action link will be localized in the default message bundle and when the user clicks the link text, the PerformPublish agent will be invoked in the current database:

<domino:form name="testAction">
<domino:action name="publish"><domino:msg msgkey="publish"/></domino:action>
<domino:ifserverevent event="OnAction" for="publish">
 <domino:runagent name="PerformPublish" />
</domino:ifserverevent>
</domino:form>

See Also