Re: Need help in how to display error messages

2006-08-04 Thread Niniva Ray
Hi Niall, Thank you for the suggestion and explanation. It worked. Thanks, Niniva Niall Pemberton <[EMAIL PROTECTED]> wrote: The reason this is happening is because (normally) your ActionMessage contains the key - and then the tag looks up the actual message (i.e. "resolves the m

Re: Need help in how to display error messages

2006-08-04 Thread Niall Pemberton
The reason this is happening is because (normally) your ActionMessage contains the key - and then the tag looks up the actual message (i.e. "resolves the message") - but you're actually resolving the message yourself in the Action. Try just creating the ActionMessage with the key: ActionMessage