Re: No ActionErrors from Action class

2004-10-15 Thread Jeff Beal
correctly shown. toby -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:25 PM To: [EMAIL PROTECTED] Subject: Re: No ActionErrors from Action class When you say 'redirected' do you mean 'redirected'? If so, that's the pro

RE: No ActionErrors from Action class

2004-10-14 Thread Toby Saville
PROTECTED] Subject: Re: No ActionErrors from Action class When you say 'redirected' do you mean 'redirected'? If so, that's the problem. Redirecting creates a new request, and the errors are saved in the request scope, so they would be gone. I don't see anything

Re: No ActionErrors from Action class

2004-10-14 Thread Jeff Beal
When you say 'redirected' do you mean 'redirected'? If so, that's the problem. Redirecting creates a new request, and the errors are saved in the request scope, so they would be gone. I don't see anything else that jumps out at me. Toby Saville wrote: The browser is then correctly redirected t

No ActionErrors from Action class

2004-10-13 Thread Toby Saville
Hello, I have been using struts 1.02 for a while now, but have only recently got the html:errors tag working. I have come across the following problem. When I perform validation in my ActionForm class, and an error is raised, this error is correctly displayed in the jsp by using However, whe