On Tue, Aug 24, 2010 at 10:51 AM, akinsgre <[email protected]> wrote: > > struts.xml > <constant name="struts.custom.i18n.resources" > value="com.fiserv.sourceone.ribs.common.bundles.DbResourceBundle" /> > > index.jsp > <s:text name="FS_UI_ACCT_SWITCH_EN_BUTTON_GO_ACCOUNT"/> >
A followup to this: If I put a static initializer with a System.out.println in DbResourceBundle, it never get's executed; I'm not sure when I should expect the class to get loaded, but it seems like the constant declaration isn't doing anything right now. -- Greg Akins http://insomnia-consulting.org http://www.pghcodingdojo.org http://pittjug.dev.java.net http://twitter.com/akinsgre http://www.linkedin.com/in/akinsgre --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

