I have a project with Struts2 + Struts2 JQUery + JQ Grid + Struts2
JSON Tags. The project works perfectly and i am able to do most of the JQuery features with AJAX from tabbed panel to Grid. I have multiple struts config file and they are all called from sj: a
tags.
But the problem starts when I add the Spring Plugin
.
- The Submit returns
null
values to the Action Class. - I have a Tabbed Panel which is created from 'struts-jquery-tags' and on
onload
calls the action class. If I use Auto wired on the Constructor in the action class only that is getting called and the action method is not getting called at all. As a result the jsp is not getting rendered.
If I remove the Spring plugin, everything works just fine. I am trying hard to overcome this issue but I have no success.
I have Struts 2.3.3
/ Spring 3.0.5
/ aspectweaver
/ Struts2Jquery 3.3.3
jars.
Can someone advice ? I have followed jgeppert
examples in showcase app.