IntelliJ Java IDE
The moose likes HTML, CSS and JavaScript and the fly likes submitting several forms Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "submitting several forms" Watch "submitting several forms" New topic
Author

submitting several forms

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi.
My question is how i is handled while several forms have been being sent through a single page. (assuming action attributes of these forms are the same)
regards,
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50674

You can't submit more than one form to a single target. (You can submit different forms to different targets, but I'm pretty sure that's not what you are asking).
If you'd be a bit more explicit about why you are trying to do this, perhaps we can figure out a supported way of achieving that goal.
Start off with: why do you have multiple forms to begin with?
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Chris Baron
Ranch Hand

Joined: Mar 21, 2003
Posts: 1028
Hi Rüstem,
it's only possible to submit 1 form.
cb
 
 
subject: submitting several forms
 
Threads others viewed
mysterious parameters in forms
Classic Struts Issue [A beginner]
Avoiding SPAM/Abuse of the system
Xml equivalents
session on client
jQuery in Action, 2nd edition