You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Cohan, Sean" <SC...@goSPS.com> on 2002/09/05 19:45:01 UTC

Newbie with App Resources

I'm trying retrieve some text from the AppplicationResources.properties file
and put it on my index.jsp page.  How do I do this?  I can't find the
answer.  Thanks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Newbie with App Resources

Posted by Dan Walker <wa...@attbi.com>.
try 
	<bean:message key="your.key.name" />

On Thursday 05 September 2002 12:45, Cohan, Sean wrote:
> I'm trying retrieve some text from the AppplicationResources.properties
> file and put it on my index.jsp page.  How do I do this?  I can't find the
> answer.  Thanks.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>