Fixed result type renaming

WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2007-03-13 03:32:26 +00:00
parent c434cf644a
commit 21b36fb182
+1 -1
View File
@@ -13,7 +13,7 @@
<action name="Login_*" method="{1}" class="example.Login">
<result name="input">/example/Login.jsp</result>
<result type="redirect-action">Menu</result>
<result type="redirectAction">Menu</result>
</action>
<action name="*" class="example.ExampleSupport">