You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/19 15:49:59 UTC

svn commit: r557624 - /struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml

Author: jholmes
Date: Thu Jul 19 06:49:57 2007
New Revision: 557624

URL: http://svn.apache.org/viewvc?view=rev&rev=557624
Log:
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.

Modified:
    struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml?view=diff&rev=557624&r1=557623&r2=557624
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/portlet/src/main/resources/struts.xml Thu Jul 19 06:49:57 2007
@@ -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}