Java servlets: how to display a page? -


i'm using java servlet work (validate user login, update session values, etc.) , want redirect existing jsp page when i'm done. how do that?

response.sendredirect("page.jsp"); 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -