Ant scripts for websphere4.0

2004-05-19 Thread sudheshna aaa
Hi, May be I am in the wrong mailing list. I posted in ant mailing list and did not get any response. Do anybody have any ant scripts for any of the below tasks in websphere 4.0: 1.stopping the server group 2.deploy the ear on one of the node 3.copy the deployed ear to clustered env 4.start the s

new to jcl and tcl scripts?

2004-05-19 Thread sudheshna aaa
Hi Team, I am new to jcl or tcl scripts. Is there any site where I can quickly get a grasp of them? Thanks for your help. SD _ Watch LIVE baseball games on your computer with MLB.TV, included with MSN Premium! http://join.msn.click-

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.

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 sudheshna aaa
PROTECTED]> 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, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: RE: close the window if no errors But if I

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
Subject: RE: close the window if no errors Date: Thu, 22 Apr 2004 11:41:29 -0400 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 sh

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
s Date: Thu, 22 Apr 2004 11:46:17 -0400 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: R

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
Team, I think I need to have something like this psuedo code: <% if(errors.isEmpty()){ %> javascript:window.close(); <% } %> Can anybody correct this code? I am getting errors not defined. I want to access ActionErrors Thank you. From: "sudheshna aaa" <

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
ent" window. Is this correct? If so, you can do this.. but first tell me if I am way off-base or something.. Geeta > -Original Message- > From: sudheshna aaa [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 12:06 PM > To: [EMAIL PROTECTED] > Subject: RE: cl

RE: close the window if no errors

2004-04-22 Thread sudheshna aaa
done=true is done rendering on the screen, it will immedaitely close, so the user will be left loking at the parent window. Hth, Geeta > -Original Message- > From: sudheshna aaa [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 12:33 PM > To: [EMAIL PROTECTED] > Su