Greg, 

Greg Akins-2 wrote:
> 
> I specify it as a constant in struts.xml and then wrap my s:text with the
> s:i18n using the fully qualified class
> 

If you're specifying your DbResourceBundle class in the web.xml like: 

<constant name="struts.custom.i18n.resources"
value="com.insomnia.common.bundles.DbResourceBundle" />

This should make your resource bundle available globally within your S2
application. You shouldn't need to specify it again with the i18n tag. Just
use the s:text tag. 

Jeff
-- 
View this message in context: 
http://old.nabble.com/Re%3A-Any-way-to-load-resources-in-java.util.ResourceBundle-tp29182865p29189230.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to