On the following page, it describes how you can create hierarchical i18n
files and Struts will scan the hierarchy for appropriate messages.

http://struts.apache.org/2.x/docs/internationalization.html

This works well for Actions, but since most of my messages are in JSPs, I'd
prefer to put the *.properties files next to my JSPs and use a similar
hierarchy-scanning setup. Is this possible? If so, how would I go about
doing it? Is it just a matter of writing a new TextProvider? If so, how do I
plug it in and get <s:text> to read from it?

Thanks,

Matt
-- 
View this message in context: 
http://www.nabble.com/-s2--ResourceBundle-Search-Order-tf4262689.html#a12130873
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to