From 6fcf3cfb565c7f711ce7c71fbfeca886fec47197 Mon Sep 17 00:00:00 2001 From: James Holmes Date: Thu, 19 Jul 2007 13:49:57 +0000 Subject: [PATCH] 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 --- apps/portlet/src/main/resources/struts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portlet/src/main/resources/struts.xml b/apps/portlet/src/main/resources/struts.xml index 001f60a71..135e27088 100644 --- a/apps/portlet/src/main/resources/struts.xml +++ b/apps/portlet/src/main/resources/struts.xml @@ -129,7 +129,7 @@ - /WEB-INF/edtt/formExampleInput.jsp + /WEB-INF/edit/formExampleInput.jsp /edit/processFormExampleForward.action?firstName=${firstName}&lastName=${lastName}