RE: Dynamic text

2011-05-31 Thread Jason Pyeron
> -Original Message- > From: Martin Gainty > Sent: Tuesday, May 31, 2011 15:50 > To: Struts Users Mailing List > Subject: RE: Dynamic text > > > > > http://www.laliluna.de/articles/struts-message-resources-tutorial.html His issue was not on where a

RE: Dynamic text

2011-05-31 Thread Martin Gainty
e les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 31 May 2011 19:40:43 +0100 > From: mar...@marcusbond.me.uk > To: user@struts.apache.org > Subject: Re: Dynamic text > > Thanks f

Re: Dynamic text

2011-05-31 Thread Marcus Bond
1 14:41 To: Struts Users Mailing List Subject: Re: Dynamic text Thanks for the link but still not quite what I'm looking for.. I've made a simple example below, however note that I am not extending ActionSupport in any of my actions: Action has method (could return different value tha

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
to:mar...@marcusbond.me.uk] > Sent: Tuesday, May 31, 2011 14:41 > To: Struts Users Mailing List > Subject: Re: Dynamic text > > Thanks for the link but still not quite what I'm looking > for.. I've made a simple example below, however note that I > am not extendi

Re: Dynamic text

2011-05-31 Thread Marcus Bond
Thanks for the link but still not quite what I'm looking for.. I've made a simple example below, however note that I am not extending ActionSupport in any of my actions: Action has method (could return different value than 'goodbye') public String getMyKey() { return "goodbye"; } res

RE: Dynamic text

2011-05-31 Thread Jason Pyeron
> -Original Message- > From: Marcus Bond > Sent: Tuesday, May 31, 2011 10:26 > To: Struts Users Mailing List > Subject: Dynamic text > > Hi, > > I want to use some view objects in my action that will > contain resource keys and then show these using s:text to > resolve the key to it's t