struts转发和重定向action

1。转发(服务器端跳转)

  
          hello
  
  
         /WEB-INF/page/hello.jsp
  
访问路径为:http://localhost:8080/mystruts2/s/rederTo.action

2。重定向(客户端跳转)

  
         
                hello
         
  
  
         /WEB-INF/page/hello.jsp
  
访问路径为:http://localhost:8080/mystruts2/s/rederTo.action

 

你可能感兴趣的:(struts转发和重定向action)