Author: jholmes
Date: Thu Jul 12 13:08:30 2007
New Revision: 555741

URL: http://svn.apache.org/viewvc?view=rev&rev=555741
Log:
WW-2020 bug in struts.xml of the portlet demo (bad result URL)

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

Modified: struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml?view=diff&rev=555741&r1=555740&r2=555741
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/resources/struts.xml Thu Jul 12 
13:08:30 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}


Reply via email to