[OT] Re: How do I access Message Resources in an Action?

2004-03-02 Thread Kris Schneider
gt; > Rick DeBay > > >- Original Message - > >From: [EMAIL PROTECTED]> > >To: [EMAIL PROTECTED]> > >Sent: Tuesday, March 02, 2004 7:37 AM > >Subject: How do I access Message Resources in an Action? > > > > > >Hey everybody! > > > [snip] &g

Re: How do I access Message Resources in an Action?

2004-03-02 Thread rick
March 02, 2004 7:37 AM >Subject: How do I access Message Resources in an Action? > > >Hey everybody! > [snip] > >P.S.: Can you guys access http://java.sun.com http://java.sun.com> ??! >Either my company's net is broken or the page is really down. > >

AW: How do I access Message Resources in an Action?

2004-03-02 Thread Tim . Adler
Mailing List Betreff: Re: How do I access Message Resources in an Action? I could send you off to look at the Javadoc, but sometimes working stuff out painstaking. Here's what I do: MessageResources resources = (MessageResources) context.getAttribute(Globals.MESSAGES_KEY); S

Re: How do I access Message Resources in an Action?

2004-03-02 Thread Adam Hardy
I could send you off to look at the Javadoc, but sometimes working stuff out painstaking. Here's what I do: MessageResources resources = (MessageResources) context.getAttribute(Globals.MESSAGES_KEY); String msg = resources.getMessage("my.key"); Globals.MESSAGES_KEY is the default. If you

RE: How do I access Message Resources in an Action?

2004-03-02 Thread Kommineni, Sateesh \(GE Consumer & Industrial\)
, 2004 6:07 PM To: [EMAIL PROTECTED] Subject: How do I access Message Resources in an Action? Hey everybody! Well the subject basically states my problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Link and

Re: How do I access Message Resources in an Action?

2004-03-02 Thread James Mitchell
ent: Tuesday, March 02, 2004 7:37 AM Subject: How do I access Message Resources in an Action? Hey everybody! Well the subject basically states my problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Li

How do I access Message Resources in an Action?

2004-03-02 Thread Tim . Adler
Hey everybody! Well the subject basically states my problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Link and Parameters to a Collection for later printing. Problem is that the Name needs to come from the Message