We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47da352 commit 943243eCopy full SHA for 943243e
liuxin/src/com/coderising/litestruts/struts.xml
@@ -5,7 +5,7 @@
5
<result name="fail">/jsp/showLogin.jsp</result>
6
</action>
7
<action name="logout" class="com.coderising.action.LogoutAction">
8
- <result = "success">/jsp/welcome.jsp</result>
9
- <result = "error">/jsp/error.jsp</result>
+ <result name="success">/jsp/welcome.jsp</result>
+ <result name="error">/jsp/error.jsp</result>
10
11
-</struts>
+</struts>
0 commit comments