Re: Struts 2.0.11 + DWR 2.0 + ajax validation

2008-02-05 Thread Filipe David Manana
Well, thanks for the reply My problem is not setting up DWR. I have DWR 1.1.3 working with struts 2.0.11 ajax form validation. I just want to migrate to dwr 2.0. But if I replace dwr 1.1.3 with dwr 2.0, my form ajax validation no longer works. Whenever one required form field looses focus, I get

Re: Struts 2.0.11 + DWR 2.0 + ajax validation

2008-02-05 Thread ravi_eze
yaa, in struts shwocase check the web.xml and dwr.xml. wou would require dwrxxx.jar for this in web-inf/lib and struts theme="ajax" in the jsps. hope this helps. Filipe David Manana-2 wrote: > > Hi, > > Has anyone been able to put dwr 2.0 working with struts 2.0.11 ajax > validation? > >