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
Hi, I keep working with validator and I know more about the problem. When a action in the name attribute has the name of the form who I have defined in validation.xml, the crash occurs, others accion works well. It is like there is an error in validation.xml in the form element. Now the form