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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -