重定向:

public void response.sendRedirect(String location)
throws IOException 

举例:
resp.sendRedirect("/wedding/houtai/News/index.jsp");

转发:举例:
req.getRequestDispatcher("/houtai/News/index.jsp").forward(req, resp);

urlPatterns="/action/NewsListAction"
posted on 2015-08-15 11:01  菜鸟乙  阅读(1364)  评论(0编辑  收藏  举报