JSP CUSTOM TAG LIBRARIES


Examples: validatelength tag
<domino:input name="theName"/>

<domino:validatelength name="theName" min="4" max="25" message="<B>Length is invalid</B>" style="color=RED;">*</domino:validatelength>

See Also