Newbie with App Resources

2002-09-05 Thread Cohan, Sean
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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Newbie with App Resources

2002-09-05 Thread Dan Walker
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,

RE: Newbie with App Resources

2002-09-05 Thread Galbreath, Mark
: Newbie with App Resources 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

RE: Newbie with App Resources (oops)

2002-09-05 Thread Galbreath, Mark
Make that message-resources parameter=[package.name].ApplicationResources/ -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 2:12 PM To: 'Struts Users Mailing List' Subject: RE: Newbie with App Resources Make sure the following

Re: Newbie with App Resources (oops)

2002-09-05 Thread Dan Walker
, Galbreath, Mark wrote: Make that message-resources parameter=[package.name].ApplicationResources/ -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 2:12 PM To: 'Struts Users Mailing List' Subject: RE: Newbie with App Resources Make

RE: Newbie with App Resources (oops)

2002-09-05 Thread Martin Cooper
-Original Message- From: Dan Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 11:29 AM To: Struts Users Mailing List Subject: Re: Newbie with App Resources (oops) My struts-config.xml does not have the line you mention. My web.xml refers