Re: Struts2 & AJAX config errors

2008-10-06 Thread Rubens
In your web.xml ensure you have a filter-mapping defined for the /struts/ You need to make sure that a request to the Javascript and CSS files defined in the struts jar file go thru the Struts 2 filter. That is, make sure you have something like this on your web.xml: struts2F

Re: Struts2 & AJAX config errors

2008-02-22 Thread Dave Newton
What does your filter mapping look like? Dave --- snehalkgandhi <[EMAIL PROTECTED]> wrote: > > Hi, >I'm using the Struts2 and trying to integrate it with AJAX. I've given > the following : > > MyJSP File : > > > and when i submit my page, it gives me a javascript error saying dojo is >