You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sandeep Dhanuka <sa...@gmail.com> on 2006/05/06 16:27:36 UTC

validation problems

Hi Everyone,

I am using struts validatior to valiate my form on JSP and dont want to take
validation to my Action class.

I have a check box and a text box on my JSP. I want to validate text box to
have 19 characters when check box is not checked and 17 characters when
checkbox is checked.

How should I go about solving the problem using "validwhen".


Regards
Sandeep