View Single Post
  #65 (permalink)  
Old 04-09-2008, 03:31 PM
lema lema is offline
Member
 
Join Date: Apr 2008
Posts: 38
lema is on a distinguished road
so it is what we tried in whole thread. we decided to open application or error page there in servlet, not in jsp login page, through

RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher("http://localhost:8080/example/Application.html");
dispatcher.forward(getThreadLocalRequest(), getThreadLocalResponse());

so that it opens in same browser
Reply With Quote