Re: Error handling basics

2004-10-25 Thread Bill Siggelkow
Thanx again. -Mensaje original- De: Freddy Villalba A. [mailto:[EMAIL PROTECTED] Enviado el: lunes, 25 de octubre de 2004 20:01 Para: Struts Users Mailing List Asunto: RE: Error handling basics Yes, I did: input="admin_customers.jsp" However, I've noticed the problem(s): - I was

RE: Error handling basics

2004-10-25 Thread Freddy Villalba A.
Asunto: RE: Error handling basics Yes, I did: input="admin_customers.jsp" However, I've noticed the problem(s): - I was missing a "/". - The MessageResource's file is required. - I was constructing the ActionError instance using the message itself, instead of

RE: Error handling basics

2004-10-25 Thread Freddy Villalba A.
2004 19:13 Para: [EMAIL PROTECTED] Asunto: Re: Error handling basics Hmmm... it looks like you *didn't* specify the input attribute on the mapping. Freddy Villalba A. wrote: > Hello, > > I've made myself a small test application. I wanted to test error handling > within the &

Re: Error handling basics

2004-10-25 Thread Bill Siggelkow
Hmmm... it looks like you *didn't* specify the input attribute on the mapping. Freddy Villalba A. wrote: Hello, I've made myself a small test application. I wanted to test error handling within the "validate" method. The problem is that I'm not being redirected to the jsp I have specified inside

Error handling basics

2004-10-25 Thread Freddy Villalba A.
Hello, I've made myself a small test application. I wanted to test error handling within the "validate" method. The problem is that I'm not being redirected to the jsp I have specified inside the "input" attribute. Instead, I'm getting a blank page (with no error messages at all inside). This is