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
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
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
3 matches
Mail list logo