Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing data thru redirect

Status
Not open for further replies.

dad13

Programmer
Feb 12, 2001
4
US
I'm new to Java. Is it possible to pass data through a redirect without appending data to the url. If it is, how?
 
Hi,

What do you mean by redirect? Redirecting the current html page to a new html page? If so, I don't think there is any ways to do so.

Maybe you would like the page to send the data to a servlet or jsp and then load the new page using servlet or jsp? (you can embed the data into the html page generated by the servlet or jsp)

Regards,
Leon If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top