Skip to content

Commit

Permalink
Fix test failures caused by the fix for WW-1703.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@557023 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
James Holmes committed Jul 17, 2007
1 parent f2f11ea commit 00144d2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
<action name="hello" class="com.opensymphony.xwork2.ActionSupport">
<result name="success">hello.jsp</result>
<result name="tutorial" type="redirect">/tutorial/test.action</result>
<result name="tutorial2" type="redirect-action">/tutorial/test.action</result>
<result name="tutorial2" type="redirect-action">
<param name="actionName">test</param>
<param name="namespace">/tutorial</param>
</result>
</action>
</package>

Expand Down

0 comments on commit 00144d2

Please sign in to comment.