JSP CUSTOM TAG LIBRARIES


Examples: ifserverevent tag
<domino:action name="doit" text="Do Server Action">

<domino:ifserverevent event="OnAction">

<%

... some Java code to be done when the action link is clicked

 %>

</domino:ifserverevent>

</domino:action>

<domino:form .... >

...

<<domino:ifserverevent event="QuerySave">

<domino:setitem name="UpdatedOnSave"
value="<%= myJavaExpression %>" />

</domino:ifserverevent>

</domino:form>

See Also