I don't known anything about validate="true", Where I have to put this?, 

Thank you,. Niall
________________________
Rodolfo 
_______________________




"Niall Pemberton" <[EMAIL PROTECTED]>
12/04/2005 15:44
Por favor, responda a "Struts Users Mailing List"

 
        Para:   "Struts Users Mailing List" <user@struts.apache.org>
        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 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]



Reply via email to