Re: Struts 2.1.2 client side validation doesn't get generated

2008-10-29 Thread Adam Ruggles
It looks like this is a Google Guice issue. When I swapped the guice plugin for the spring plugin everything worked as expected. -- View this message in context: http://www.nabble.com/Struts-2.1.2-client-side-validation-doesn%27t-get-generated-tp20221161p20240986.html Sent from the Struts - Use

Re: Struts 2.1.2 client side validation doesn't get generated

2008-10-29 Thread Adam Ruggles
Anyone? The server side validation works fine, when I post the form it comes back with the correct validation but the client side is not being generated because the performValidation is being set to false. The obvious work around is to edit the form-close-validate.ftl and remove (parameters.perf

Struts 2.1.2 client side validation doesn't get generated

2008-10-28 Thread Adam Ruggles
I'm trying to get struts to spit out the client side validation code and it doesn't seem to be working. The backend validation is working fine but when I use the xhtml theme with the , the script code under the form is not being generated. Looking at the code it looks like it's failing this chec