On Tue, Jun 19, 2012 at 12:58 PM, Shrinivas Parashar < shrinivas_paras...@symantec.com> wrote:
> I am using visitorFieldValidator in my action class. Server Side > validation is working fine. But the problem is client side validation code > is not generated. > > One more problem with client side validation seen is the order of > validation code generated is different than the expected. (If I move > complete validation to action class) > AFAIK not all validation models are supported on the client side, as per [1]. Note particularly the blue (i) icon that states: > JavaScript client validation is not available for visitor validations Dave [1] http://struts.apache.org/2.3.1.2/docs/pure-javascript-client-side-validation.html