Re: Losing Session attributes

2007-08-19 Thread Shardul Bhatt
Hi All, I am facing a similar problem. I am using Struts 1.2. I am setting session attributes in an Action -- say Action A. Then I move to the next page and on this page I open a pop-up which calls another Action -- say Action B. Now, when I try to access the attributes set by Action A in Acti

Re: Losing Session attributes

2007-08-20 Thread Shardul Bhatt
e problem, try posting the > JSP and/or Javascript code responsible for opening the 'faulty' page. > > L. > > Shardul Bhatt wrote: >> Hi All, >> >> I am facing a similar problem. I am using Struts 1.2. >> >> I am setting session attribute