作者归档:Quan

Struts2中redirect基本的经验之谈



Struts2中redirect基本的经验之谈

1. redirect:action处理完后重定向到一个视图资源(如:jsp页面),请求参数全部丢失,action处理结果也全部丢失。

2. redirect-action:action处理完后重定向到一个action,请求参数全部丢失,act[......]

Read more

struts.xml配置转向另外一个action (type=’redirect’)出错



struts.xml配置转向另外一个action (type=’redirect’)出错

如题目:
错误如下:
java.lang.NullPointerException org.apache.struts2.dispatcher.ServletRedirectResult.isPath[......]

Read more