RE: Cannot get errors to display to screen

2006-10-18 Thread Chetan Pandey
- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 7:30 AM To: Struts Users Mailing List Subject: Re: Cannot get errors to display to screen You should see something - probably an error - have you checked the logs? Also have you configured your message resources in the

Re: Cannot get errors to display to screen

2006-10-18 Thread Niall Pemberton
You should see something - probably an error - have you checked the logs? Also have you configured your message resources in the struts-config.xml? Also, you're "resolving the message" in your action - theres no need to do that, thats what the tag does (and ), so you should have something like

Cannot get errors to display to screen

2006-10-18 Thread Perry Minchew
Hi all. Struts newb reporting. I have been working on a new web app for our company to streamline registration, and am still stumbling through the basic building blocks of struts. I am using Struts 1.3.5 on Tomcat v5.5. I am trying to add error handling into my process now. The current pro