aspose file tools
The moose likes Servlets and the fly likes Send parameter to other site Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Send parameter to other site" Watch "Send parameter to other site" New topic
Author

Send parameter to other site

Kelly So
Greenhorn

Joined: Mar 27, 2001
Posts: 20
Would you mind telling me how to send parameter to other site, but not redirect to the other site in jsp?

Thanks in advance
Kelly
Wolfgang Stein
Greenhorn

Joined: Mar 26, 2001
Posts: 11
Don't know what you exactly need.
Making a simple request via java.net.URLConnection
from inside your servlet/jsp should work under all
circumstances.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Send parameter to other site
 
Similar Threads
How to send parameters to servelet through Ajax call
jsp / servlet / dao / javabeans
Value shows up in url
how to include the respose of one servlet as request to another
problem in Dynamic webform creation ?