- added i18n messages example into generated webapp template 



git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@417241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-06-26 17:19:55 +00:00
parent d5d8d9c755
commit fa2ada2fb8
5 changed files with 21 additions and 0 deletions
@@ -0,0 +1,5 @@
#
# Here is where I18n messages related to HelloWorldAction goes
#
some.helloWorldAction.key=Some Hello World Action Message
@@ -0,0 +1,5 @@
#
# Hwere is where I18n messages related to IndexAction goes
#
some.indexAction.key=Some Index Action Message
@@ -0,0 +1,5 @@
#
# Here is where I18n messages common/related to com.myComp.myApp goes
#
some.package.key=Some Package Messages
@@ -0,0 +1,5 @@
#
# Here is where the global I18n messages goes
#
some.key=Some Messages
@@ -114,6 +114,7 @@ struts.url.https.port = 443
### Load custom default resource bundles
# struts.custom.i18n.resources=testmessages,testmessages2
struts.custom.i18n.resources=globalmessages
### workaround for some app servers that don't handle HttpServletRequest.getParameterMap()
### often used for WebLogic, Orion, and OC4J