On 4/6/07, Neil Aggarwal <[EMAIL PROTECTED]> wrote:
I can probably use a session variable to temporarily
hold the ActionSupport instance, but it seems there
should be a more Struts-centric way to get it.

So long as the Action is utilizing SessionAware, then using the
session this way is Struts-centric.

* http://struts.apache.org/2.0.6/docs/how-do-we-get-access-to-the-session.html

The trick is to use the Session without becoming coupled to the
HttpSession, which SessionAware does nicely.

HTH, Ted.
<http://husted.com/ted/blog/>

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

Reply via email to