Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam
-Original Message- From: Hunor Nam Sent: Friday, June 01, 2001 12:12 PM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) SORRY Hi One thing you could do is to not set the beans automaticaly, insted: have one form and get the data explycitely

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam
whitout to much head ache... Hades -Original Message- From: jyothirmai porika [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 3:24 AM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) Well i think you dint understand the question. Let me explain you in detail.

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread jyothirmai porika
e it,what i was looking for is the most easy way.Can you help. If you think this is HTML/JAVA SCRIPT problem. Then you shouldn't be here. --Original Message-- From: Jann VanOver <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: May 30, 2001 5:05:15 PM GMT Subject: Re: URGENT

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread Jann VanOver
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 5:04 PM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) Have separate tags for each form. eg, 1st form fields go here. 2nd form fields go here. 3rd form fields go here...

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread Brad Cox
This is discussed at length at http://virtualschool.edu/wap. At 1:20 PM -0400 05/29/2001, jyothirmai porika wrote: >Hi All, > >I have a jsp page with 3 forms. >What i want to do is when the 2nd form is submitted, fist and third should >not be submitted and vice versa. >I tried to submit by callin

URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread jyothirmai porika
Hi All, I have a jsp page with 3 forms. What i want to do is when the 2nd form is submitted, fist and third should not be submitted and vice versa. I tried to submit by calling each submit based on condition, But it's not working. How can i handle multiple forms. Thank's -Jyothi --

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread K.S.SREEDHAR KUMAR
PROTECTED] Subject: URGENT How TO Handle (MULTIPLE FORMS) Hi All, I have a jsp page with 3 forms. What i want to do is when the 2nd form is submitted, fist and third should not be submitted and vice versa. I tried to submit by calling each submit based on condition, But it's not working. H

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread James Childers
jyothirmai porika wrote: > I have a jsp page with 3 forms. > What i want to do is when the 2nd form is submitted, fist and third should > not be submitted and vice versa. > I tried to submit by calling each submit based on condition, > But it's not working. > How can i handle multiple forms. Sty

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread Julian Doherty
alyst Education Review Office jyothirmai porika <[EMAIL PROTECTED]To: [EMAIL PROTECTED] M> cc: Sent by: A Subject: URGENT How TO Handle (MUL