Skip to content

Commit 943243e

Browse files
authored
Update struts.xml
1 parent 47da352 commit 943243e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

liuxin/src/com/coderising/litestruts/struts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<result name="fail">/jsp/showLogin.jsp</result>
66
</action>
77
<action name="logout" class="com.coderising.action.LogoutAction">
8-
<result = "success">/jsp/welcome.jsp</result>
9-
<result = "error">/jsp/error.jsp</result>
8+
<result name="success">/jsp/welcome.jsp</result>
9+
<result name="error">/jsp/error.jsp</result>
1010
</action>
11-
</struts>
11+
</struts>

0 commit comments

Comments
 (0)