I'm using Spring in combination with Webwork and the "external-ref" techique of integrating them together. This is working well.
Webwork's built-in IoC (which I'm not using) allows one to inject a component into the session object. More specifically to inject into WebWork's session object which is a wrapper around HttpSession.
My question is: how can I use spring to instantiate the object and inject it into the session? Ideally into WebWork's session wrapper, but I'd settle for injection into the HttpSession.
Thanks!
- Gary


Reply With Quote