Re: How to retrieve inside action class as it is in jsp?

2005-12-27 Thread PC Leung
thnx

On 12/27/05, ganesh kannusamy <[EMAIL PROTECTED]> wrote:
> Hi  *Leung,*
> *   The* code for accessing the message from a properties file in Action
> Class is,
>
>  ActionMessages messages = new ActionMessages();
>  messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("
> view.success.totrash"));
>
> Thanks,
> Ganesh.K
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to retrieve inside action class as it is in jsp?

2005-12-27 Thread ganesh kannusamy
Hi  *Leung,*
*   The* code for accessing the message from a properties file in Action
Class is,

 ActionMessages messages = new ActionMessages();
  messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("
view.success.totrash"));

Thanks,
Ganesh.K