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
Andy: Short answer(s): No, the values on each form get submitted to just that Action class. And if you want the values of the other form to be submitted too, then won't it be a good idea to add those as fields of the first form in the first place? If you can't do that for some reason, you will

Re: Multiple forms and actions

2004-07-09 Thread James Mitchell
By reading up on this: http://www.w3schools.com/html/html_forms.asp -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Andrew Close" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004