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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -