Is it possible to change the URL from a Servlet.  For example, if I call a
servlet from a web page, lets say
"www.test.com/servlet/test?user=me"........

Now servlet "test" does some processing and writes HTML back to the client.
At this point my URL is still
""www.test.com/servlet/test?user=me"........... Is it possible for the
"test" servlet to do its processing, the write the HTML, but reset the URL
to "www.test.com"



Thanks
Shawn

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to