RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
TECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: close the window if no errors Date: Thu, 22 Apr 2004 12:56:48 -0400 Sudheshna: I think you may be misstating the problem whne you say "exzamine the errors object in the child window" and ther

RE: close the window if no errors

2004-04-22 Thread Geeta Ramani
l Message- > From: sudheshna aaa [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 12:33 PM > To: [EMAIL PROTECTED] > Subject: RE: close the window if no errors > > > Geeta, > > Exactly this is what i am look

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
D]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: close the window if no errors Date: Thu, 22 Apr 2004 12:05:08 -0400 Hey I think I know what you are looking for. Correct me if I am wrong but here's what i assume you are doing: You have a "parent&quo

RE: close the window if no errors

2004-04-22 Thread Nathan Ewing
can't tell at all it's forwarding. If there are errors, the window doesn't close and it goes back to the original form. -Original Message- From: Geeta Ramani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:05 PM To: Struts Users Mailing List Subject: RE: close the

RE: close the window if no errors

2004-04-22 Thread jbalaji
ers Mailing List" >To: "Struts Users Mailing List" >Subject: RE: close the window if no errors >Date: Thu, 22 Apr 2004 11:08:22 -0400 > >Yes you do! :) > >-Original Message- >From: sudheshna aaa [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 22,

RE: close the window if no errors

2004-04-22 Thread Geeta Ramani
- > From: sudheshna aaa [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 12:06 PM > To: [EMAIL PROTECTED] > Subject: RE: close the window if no errors > > > Team, > > I think I need to have something like this psuedo code: > >

RE: close the window if no errors

2004-04-22 Thread jbalaji
rom the jsp r javascript it will fetch the *.do action . bye. Jbalaji sudheshna aaa <[EMAIL PROTECTED]> wrote: then should there be a done.jsp just to close itself? >From: "Nathan Ewing" >Reply-To: "Struts Users Mailing List" >To: "Struts Users Maili

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
;[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: close the window if no errors Date: Thu, 22 Apr 2004 16:00:20 + then should there be a done.jsp just to close itself? From: "Nathan Ewing" <[EMAIL

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
then should there be a done.jsp just to close itself? From: "Nathan Ewing" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: close the window if no error

RE: close the window if no errors

2004-04-22 Thread Nathan Ewing
Read the past conversation, if there are no errors your are directing to a jsp page that immediately closes itself. -Original Message- From: sudheshna aaa [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:45 AM To: [EMAIL PROTECTED] Subject: RE: close the window if no errors I

RE: close the window if no errors

2004-04-22 Thread Geeta Ramani
Original Message- > From: sudheshna aaa [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 11:39 AM > To: [EMAIL PROTECTED] > Subject: RE: close the window if no errors > > > what should it be in the strut

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
I don't want to go to any JSP, I want to close the window if errors are empty. Thank you. From: "Nathan Ewing" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

RE: close the window if no errors

2004-04-22 Thread Nathan Ewing
Something like this in the : -Original Message- From: sudheshna aaa [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:39 AM To: [EMAIL PROTECTED] Subject: RE: close the window if no errors what should it be in the struts-config.xml corressponding to "done" to

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
what should it be in the struts-config.xml corressponding to "done" to close the window? Thank you. From: "Geeta Ramani" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL

RE: close the window if no errors

2004-04-22 Thread Geeta Ramani
Yes you do! :) -Original Message- From: sudheshna aaa [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: RE: close the window if no errors But if I use mapping.findForward( "done" ); screen is hanging Do I need to define "

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
ot;Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: close the window if no errors Date: Thu, 22 Apr 2004 10:40:09 -0400 Just save like you normally would, and when it finishes do a "return (mapping.findForward("done"));", which goes to a page with the foll

RE: close the window if no errors

2004-04-22 Thread Nathan Ewing
22, 2004 10:31 AM To: [EMAIL PROTECTED] Subject: close the window if no errors On the click of submit, I need to store the values in the database and if there are no errors, I need to close the window. Do I need to use tag to see if the errors are empty---> then close the window Can someb

close the window if no errors

2004-04-22 Thread sudheshna aaa
On the click of submit, I need to store the values in the database and if there are no errors, I need to close the window. Do I need to use tag to see if the errors are empty---> then close the window Can somebody provide me the code. Thank you in advance.