I'm using a Java Servlet to do some work (validate user login, update session values, etc.) and I want to redirect to an existing JSP page when I'm done. How do I do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
|
also to
redirect is useful then you changed some information (e.g. made a post in the forum) so redirecting will prevent double posting. |
||||
|
|
|
Apart from using
|
|||||
|
servletstag below the question and wait until a box pops up. In the box, click the info link. It contains a pretty useful Hello World example. – BalusC Jul 1 '11 at 15:39