Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
Asunto: Re: The configuration of validation.xml crashes against Action Servlet. Niall Pemberton wrote: >Having said that, is this really what you have in your struts-config.xml? I would have expected to see validate="true" as well. > > I (almost) never use the validate="tr

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
st" Para: "Struts Users Mailing List" cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: The configuration of validation.xml crashes against Action Servlet. You need to specify an "input" attribute on the "action" element in y

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Dave Newton
Niall Pemberton wrote: Having said that, is this really what you have in your struts-config.xml? I would have expected to see validate="true" as well. I (almost) never use the validate="true" attribute because I (almost) always use the same action for creation and editing--if the auto-validati

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Niall Pemberton
You need to specify an "input" attribute on the "action" element in your struts-config.xml. When validation fails Struts tries to forward to whatever is specified in the "input" attribute - as you don't have one, thats why you're getting that error message. Having said that, is this really what you

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
: The configuration of validation.xml crashes against Action Servlet. Hi I´m using struts 1.2.4 and I'm starting with validator. I have done all to config validator in a application I had. After set up the validator I obtain the next error http 500 : No input attribute for mapping

The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
Hi I´m using struts 1.2.4 and I'm starting with validator. I have done all to config validator in a application I had. After set up the validator I obtain the next error http 500 : No input attribute for mapping path /FiltroCoche my validation.xml is:

The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
I´m using struts 1.2.6 and I'm starting with validator. I have done all to config validator in a application I had. After set ut validator I obtain the next error http 500 : No input attribute for mapping path /FiltroCoche my validation.xml is: