Skip to content

Commit d1b800b

Browse files
authored
Merge branch 'master' into master
2 parents 20d4c93 + 943243e commit d1b800b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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>
1111
</struts>

0 commit comments

Comments
 (0)