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 a single page and giving the user a choice of which one to submit. But if you want all the elements from both forms to be submitted, you might as well put them all in one form and make your life easier. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]