--------Original Message -------------------------- Hi Im new to Struts 2 and im trying to use the client side validation but but the java script function is no created, the call is genarated but y repeat the function not. Can someano tell me why.
Thanks very much.
Bye
Posted by William on Thursday, 12.27.07 @ 08:35am | #43908 ----------------------------------- My Opinion
Yes it was done twice. client validation is faster and will not send the data to the server. if client validation fails incase when javascript is disabled...a 2nd catch validation will be activated on the server side...You can see how elegant Struts 2 is.
You can see client validation when you see view page source.