RE: close pop-up window

2004-05-12 Thread Venegas, Frank
works fine. Now I just use a short-cut and it works fine. Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 10:51 PM To: Struts Users Mailing List Cc: 'Struts Users Mailing List' Subject: RE: close pop-up window

RE: close pop-up window

2004-05-06 Thread brati . sankarghosh
List" <[EMAIL PROTECTED]> To "Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: close pop-up window There is a bug with test OC4J container shipped with Jdeveloper ..Solution is prior to opening a pop up from a parent window ,  press cnt

RE: close pop-up window

2004-05-06 Thread nisith . dash
There is a bug with test OC4J container shipped with Jdeveloper ..Solution is prior to opening a pop up from a parent window ,  press cntrl-n to open a new window of the parent and then open the pop up..the session will be retained.. however this problem will not occur when you deploy it to a prod

RE: close pop-up window

2004-05-06 Thread Julia Weaver
You should use: Do not use: http://www.tcs.com > > > > "Jirole, Amar" <[EMAIL PROTECTED]> > 05/06/2004 02:52 AM > > Please respond to > "Struts Users Mailing List" <[EMAIL PROTECTED]> > > > To > 'Struts Users Mail

RE: close pop-up window

2004-05-05 Thread brati . sankarghosh
Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Jirole, Amar" <[EMAIL PROTECTED]> 05/06/2004 02:52 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To 'Struts Users Mailing List' <[EMAIL PROTEC

RE: close pop-up window

2004-05-05 Thread Julia Weaver
rror > > -Original Message- > From: Julia Weaver > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 5:48 PM > To: Struts Users Mailing List > Subject: RE: close pop-up window > > > Thanks, but I want to close the window only if >

RE: close pop-up window

2004-05-05 Thread Jirole, Amar
forward = mapping.findForward("failure"); } } And then map success to closePopup.jsp and redisplay if there is an error -Original Message- From: Julia Weaver [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 5:48 PM To: Struts Users Mailing List Subject: RE: close pop-up wi

RE: close pop-up window

2004-05-05 Thread Julia Weaver
Thanks, but I want to close the window only if without any error message (only if data is saved to the database successfully). Please give me further help. Thanks! --- "Jirole, Amar" <[EMAIL PROTECTED]> wrote: > Step 4 is be simple : > map success forward to a jsp, which has something > li

RE: close pop-up window

2004-05-05 Thread Jirole, Amar
Step 4 is be simple : map success forward to a jsp, which has something like this : function refreshAndClose() { opener.focus(); window.close(this); } Step 5 is more tricky and depends upon your app design HTH -Amar -Original Message- From: Julia Weaver [mailto:[EMA