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
have in your struts-config.xml? I would have expected to see validate="true"
as well.
Niall
----- Original Message -----
From: "Rodolfo Garc�a Esteban/CYII" <[EMAIL PROTECTED]>
Sent: Tuesday, April 12, 2005 1:26 PM
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
<action
path="/Filtro*"
scope="request"
name="{1}Form"
forward="filtro{1}Page"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]