From 288fe10b8a6e9507c3594d4179a70d847f1a9730 Mon Sep 17 00:00:00 2001 From: Rainer Hermanns Date: Wed, 12 Apr 2006 18:27:33 +0000 Subject: [PATCH] o fixing tag prefix and mapping o cleaning up o fixing property names git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@393565 13f79535-47bb-0310-9956-ffa450edef68 --- .../action2/showcase/DateAction.properties | 2 +- .../webapp/WEB-INF/classes/webwork.properties | 16 ++++++------- .../showcase/src/main/webapp/WEB-INF/web.xml | 24 +++++++++---------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/DateAction.properties b/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/DateAction.properties index b5d04edd2..d49c743a5 100644 --- a/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/DateAction.properties +++ b/webapps/showcase/src/main/java/org/apache/struts/action2/showcase/DateAction.properties @@ -1 +1 @@ -webwork.date.format=yyyy/MM/dd hh:mm:ss \ No newline at end of file +struts.date.format=yyyy/MM/dd hh:mm:ss \ No newline at end of file diff --git a/webapps/showcase/src/main/webapp/WEB-INF/classes/webwork.properties b/webapps/showcase/src/main/webapp/WEB-INF/classes/webwork.properties index 783800f27..cebe63760 100644 --- a/webapps/showcase/src/main/webapp/WEB-INF/classes/webwork.properties +++ b/webapps/showcase/src/main/webapp/WEB-INF/classes/webwork.properties @@ -1,8 +1,8 @@ -webwork.i18n.reload=true -webwork.devMode = true -webwork.configuration.xml.reload=true -webwork.continuations.package = org.apache.struts.action2.showcase -webwork.objectFactory = spring -webwork.custom.i18n.resources=globalMessages -#webwork.action.extension=jspa -webwork.url.http.port = 8080 +struts.i18n.reload=true +struts.devMode = true +struts.configuration.xml.reload=true +struts.continuations.package = org.apache.struts.action2.showcase +struts.objectFactory = spring +struts.custom.i18n.resources=globalMessages +#struts.action.extension=jspa +struts.url.http.port = 8080 diff --git a/webapps/showcase/src/main/webapp/WEB-INF/web.xml b/webapps/showcase/src/main/webapp/WEB-INF/web.xml index c0decc076..f60362634 100644 --- a/webapps/showcase/src/main/webapp/WEB-INF/web.xml +++ b/webapps/showcase/src/main/webapp/WEB-INF/web.xml @@ -5,12 +5,12 @@ WebWork Showcase Application - webwork-cleanup + action2-cleanup org.apache.struts.action2.dispatcher.ActionContextCleanUp - webwork + action2 org.apache.struts.action2.dispatcher.FilterDispatcher @@ -20,7 +20,7 @@ - webwork-cleanup + action2-cleanup /* @@ -30,7 +30,7 @@ - webwork + action2 /* @@ -60,7 +60,7 @@