Hi

I need to share an object between two actions. As I'm familiar with
servlet programming I reached for the SessionAware interface and share
the object that way. And it works. However. the Javadoc for
SessionAware discourages the use of this interface as it ties the
actions to a servlet environment. What is the recommended Struts 2 way
of doing this?

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to