RE: Struts 2 Client & Server Side Validation

2008-10-30 Thread Kawczynski, David
al Message- From: Struts Developer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 4:24 PM To: user@struts.apache.org Subject: Struts 2 Client & Server Side Validation Hello, In our current project are using struts 2.0 and would like to take advantage of the struts validation fram

Struts 2 Client & Server Side Validation

2008-10-30 Thread Struts Developer
Hello, In our current project are using struts 2.0 and would like to take advantage of the struts validation framework. We would like our form fields to be validated both on the client and server side. If i have "VALIDATE = TRUE" in the form field will the validation happen only on client side? Fo