2013/7/13 Sreekanth S. Nair <sreekanth.n...@egovernments.org>:
> Hi,
>
> I'm getting the following exception when i try to use
> strust2-jquery-plugin, My web.xml fragment for struts2 as follows.
>
> <filter-mapping>
> <filter-name>struts2Prepare</filter-name>
> <url-pattern>*.action</url-pattern>
> </filter-mapping>
> <filter-mapping>
> <filter-name>sitemesh</filter-name>
> <url-pattern>*.action</url-pattern>
> <url-pattern>*.jsp</url-pattern>
> <dispatcher>REQUEST</dispatcher>
> <dispatcher>FORWARD</dispatcher>
> <dispatcher>INCLUDE</dispatcher>
> </filter-mapping>
> <filter-mapping>
> <filter-name>struts2Execute</filter-name>
> <url-pattern>*.action</url-pattern>
> </filter-mapping>
>
> Without jquery-struts2-plugin its working

Why do you map Struts2 filter just to *.action? What about static
resources served by the framework? Change mapping to catch all
requests (/*) or extract all static resources into appropriate
folders.


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to