Re: Problem with SessionAware across a redirect

2010-12-30 Thread Greg Akins
On Thu, Dec 30, 2010 at 10:42 AM, Greg Akins wrote: > I have an action which implements SessionAware  When that action is > redirected to, the session map is null. Nevermind.. I'm an idiot. Forgot to include the default-stack when I added an interceptor. -- Greg Akins http://insomnia-consulti

Problem with SessionAware across a redirect

2010-12-30 Thread Greg Akins
I have an action which implements SessionAware When that action is redirected to, the session map is null. I know that request information isn't persisted across redirects, but don't expect to lose Session information. Maybe it's something stupid I'm doing? Any advice? Struts 2.2.1 and Tomcat