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

Need help in how to display error messages

2006-08-04 Thread Niniva Ray
Hi, I am working on a web application where I am using struts 1.2.9. The problem I am encountering is whenever I want to show any messages on the browser, suppose if I want to show the message "Error saving configuration", it is displaying ???en_US.Error saving configuration???