Re: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-07 Thread Ted Husted
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

RE: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-07 Thread Neil Aggarwal
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Husted Sent: Saturday, April 07, 2007 7:13 AM To: Struts Users Mailing List Subject: Re: [Struts2] How to get instance of ActionSupport class after redirect? So long as the Action is utilizing SessionAware, then using the session this way is Struts

[Struts2] How to get instance of ActionSupport class after redirect?

2007-04-06 Thread Neil Aggarwal
Hello: I have this scenario: I have a form in a jsp file that submits to an ActionSupport class. The ActionSupport class captures the submitted data and validates the input. If the data is valid, it sends the user back a redirect to a servlet url to give them the data file generated for their

Re: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-06 Thread Laurie Harper
Neil Aggarwal wrote: Hello: I have this scenario: I have a form in a jsp file that submits to an ActionSupport class. The ActionSupport class captures the submitted data and validates the input. If the data is valid, it sends the user back a redirect to a servlet url to give them the data

RE: [Struts2] How to get instance of ActionSupport class after redirect?

2007-04-06 Thread Neil Aggarwal
, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Friday, April 06, 2007 5:30 PM To: user@struts.apache.org Subject: Re: [Struts2] How to get instance