Hi
I think I could give you a little bit of clue
You need to import this file
import org.apache.struts.util.MessageResources;
And then in perform method write
MessageResources messages = getMessageResources();
Then you can retrieve messages like
messages.getMessage("Msgname in Property File" ) );
I hope this would solve your problem
Sidh
On Thu, 28 Feb 2002 Juan Alvarado wrote :
>Could someone tell me how to retrieve messages stored in my
>ApplicationResources properties file from the perform method in
>my Action
>class. I'm not sure if this is possible or not, but I figured
>it's
>essentially the same thing the <html:errors> tag does in a JSP,
>but the only
>difference is that I am looking for a specific message.
>
>Thanks in advance
>
>**********************************************
>Juan Alvarado
>Internet Developer -- Manduca Management
>(786)552-0504
>[EMAIL PROTECTED]
>AOL Instant Messenger: [EMAIL PROTECTED]
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>