Advertisement
Guest User

Untitled

a guest
Jan 16th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RequestDispatcher dispatcher = request.getRequestDispatcher(viewName);
  2. // while viewName is another servlet name;
  3. dispatcher.forward(request, response);
  4.  
  5. http://localhost:8080/testweb/action/LoginAction/login?username=apcpros%40163.com&password=12234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement