WW-2020 bug in struts.xml of the portlet demo (bad result URL)

This is a backport of the fix made on the trunk for 2.1.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@557624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-07-19 13:49:57 +00:00
parent 3559945b53
commit 6fcf3cfb56
+1 -1
View File
@@ -129,7 +129,7 @@
<action name="processFormExampleEdit"
class="org.apache.struts2.portlet.example.FormExample">
<result name="input">
/WEB-INF/edtt/formExampleInput.jsp
/WEB-INF/edit/formExampleInput.jsp
</result>
<result name="success">
/edit/processFormExampleForward.action?firstName=${firstName}&amp;lastName=${lastName}