posted 15 years ago
Thank you very much for reading my post.
The configuration is as follows
<form-validation>
<global>
</global>
<formset>
<form name="userRegistrationForm">
<field property="userID" depends="required,mask">
<msg name="mask" key="userRegistration.userID.maskmsg"></msg>
<arg0 key="userRegistration.userID.displayname"></arg0>
<var>
<var-name>mask</var-name>
<var-value>^[a-zA-Z0-9]*$</var-value></var></field></form></formset>
</form-validation>
The JSP works fine when 'validate' attribute of action element is set to 'false'
Nothing is available with logs.
Regards,
Saji T Sathian