Re: Multiple forms and actions

2004-07-09 Thread Wendy Smoak
From: "Andrew Close" <[EMAIL PROTECTED]> > when you have multiple forms on a JSP and one of those forms is > submitted, do the values on the other form get sent to the action > class that was submitted to? Not with plain old HTML... probably would require JavaScript. I can see having two forms on

RE: Multiple forms and actions

2004-07-09 Thread Geeta Ramani
, you will have to rely on yukky javascript stuff.. hth, Geeta > -Original Message- > From: Andrew Close [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 11:12 AM > To: [EMAIL PROTECTED] > Subject: Multiple forms and actions > > > Hi, > > when you

Re: Multiple forms and actions

2004-07-09 Thread James Mitchell
Sent: Friday, July 09, 2004 11:12 AM Subject: Multiple forms and actions > Hi, > > when you have multiple forms on a JSP and one of those forms is > submitted, do the values on the other form get sent to the action > class that was submitted to? > i have two forms, two actions

Multiple forms and actions

2004-07-09 Thread Andrew Close
Hi, when you have multiple forms on a JSP and one of those forms is submitted, do the values on the other form get sent to the action class that was submitted to? i have two forms, two actions on one JSP. when i trigger the event to submit one form, will that receiving action also get the values