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

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

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

2005-12-27 Thread PC Leung
How to retrieve message text inside action class as it is in jsp? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]