Struts 2 AJAX error

2010-09-13 Thread Arpan
Hi All, I am getting the following error while using ajax theme in struts tag: org.apache.jasper.JasperException: /index.jsp(4,2) Attribute debug invalid for tag head according to TLD I am using following line in my JSP. s:head theme=ajax debug=true/ I am using strut2.2.1.jar file. Please

Re: Struts 2 AJAX error

2010-09-13 Thread Dave Newton
I do; s:head in S2.1+ is different than in S2.0; please read the documentation regarding the Dojo Ajax plugin. (Which is deprecated, by the way.) Dave On Mon, Sep 13, 2010 at 11:42 AM, Arpan arpan.deb...@gmail.com wrote: Hi All, I am getting the following error while using ajax theme in