I am trying to do the same thing but with no luck.
Here's my thread:
http://forum.springframework.org/showthread.php?t=44324
I'm basically doing the same thing but it's not working for me.
One thing the example posted above is doing differently is repeating the aspect configuration and advice bean in both the struts-config.xml and the applicationContext-web.xml. Not only is it repeated in both but both are loaded in the struts-config.xml plugin part - that I don't understand at all. Why repeat it and why load both ????
This is in the struts-config.xml in the attachment from the post above:
Code:
<plug-in
className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="csntextConfigLocation"
value="/WEB-INF/action-servlet.xml,/WEB-INF/applicationContext-web.xml" />
</plug-in>
Note how we're loading both - I don't get it.