JSP CUSTOM TAG LIBRARIES


Examples: validatewith tag
<domino:input name="pw" type="password"/>

<domino:input name="pw2" type="password"/>

<domino:validatewith name="pw2" otherfield="pw" operation="EQ" message="<B>Passwords must match!</B>" style="color=RED;">*</domino:validatewith>

See Also