Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I automatically submit a form without using javascript?

meatwadOct 22 2010 — edited Nov 4 2010
I have a very simple servlet that takes parameters from a GET request, places them in a POST request to another URL, and finally (this is the part I haven't figured out yet) submits that URL so that all of this is transparent to the user.

Is there a way to do this without using javascript?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2010
Added on Oct 22 2010
18 comments
3,912 views