On 8/24/10 12:54 PM, Greg Akins wrote:
On Tue, Aug 24, 2010 at 10:51 AM, akinsgre<angryg...@gmail.com>  wrote:
struts.xml
<constant name="struts.custom.i18n.resources"
value="com.fiserv.sourceone.ribs.common.bundles.DbResourceBundle" />

That constant has a String value.

index.jsp
<s:text name="FS_UI_ACCT_SWITCH_EN_BUTTON_GO_ACCOUNT"/>

And this is looking up the specified item in ApplicationResources.properties


A followup to this:

If I put a static initializer with a System.out.println in
DbResourceBundle, it never get's executed;

Or the output isn't going where you expect it to.

-Dale

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

Reply via email to