Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-01 Thread Johannes Geppert
According to the spring plugin documentation [1] you need to setup following constant in your struts config. Best Regards Johannes [1] https://cwiki.apache.org/confluence/display/WW/Spring+Plugin # web: http://www.jgeppert.com twitter: http://

How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-01 Thread bavon mike
I am trying to configure spring plugin with strut 2 application, which is already running with convention plugin, so am using annotations. Am using ExtJs for my form submission which was initially working well until i introduced the spring plugin, now the the ajax request cannot locate the actions