Re: Session attributes lost when open a popup window

2004-05-18 Thread Harjot Narula
rom: "grati_a_lozano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 4:14 PM Subject: Session attributes lost when open a popup window > Hi all, > > I'm working with Struts 1.1. > > When open a JSP page in a popup window with Java

Re: Session attributes lost when open a popup window

2004-05-17 Thread brati . sankarghosh
OTECTED] cc Subject Session attributes lost when open a popup window Hi all, I'm working with Struts 1.1. When open a JSP page in a popup window with _javascript_, the Session attributes are lost. I make a little example: The test1.jsp put one attribute ("test1") in Sess

Session attributes lost when open a popup window

2004-05-15 Thread grati_a_lozano
Hi all, I'm working with Struts 1.1. When open a JSP page in a popup window with JavaScript, the Session attributes are lost. I make a little example: The test1.jsp put one attribute ("test1") in Session and invoke test2.jsp in two ways: a) When submit the form, a forward is defined to return