Hello;
        Yes, it's ok.
        I'm want use validate of struts because i thinking that it's a good idea
and don't causes problems.

        Thank you very much.

-----Mensaje original-----
De: starki78 [mailto:[EMAIL PROTECTED]
Enviado el: miércoles, 07 de junio de 2006 16:21
Para: user
Asunto: Re:Problem in a action


HOLA,

I think you should
try validate=false in the config of the action
than your Form-Bean
extends Validator-Form.
If you would like to validate
you need a jsp as in the error message!
Could you tell if this was the solution?

The best solution is not to use ValidatorForm
because it causes (almost to me) lots of problems

Nice Greetings
Starky







> Hi:
>
>       I have an error when i try launch an action of struts:
>
>                No input attribute for mapping path
> /coffeenet/SeguimientoComercial/IndexSeguiComer
>
>       The struts-config.xml:
>
>       <action path="/inicio" 
> type="seda.incidencias.struts.action.ActionInicio"
> name="formInicio">
>             <forward name="SeguimientoComercial" redirect="false"
> path="/coffeenet/SeguimientoComercial/IndexSeguiComer.do" />
>         </action>
>
>       <action path="/coffeenet/SeguimientoComercial/IndexSeguiComer"
>
type="seda.coffeenet.SeguimientoComercial.struts.action.IndexSeguiComerActio
> n"                            name="seguimientoComercialForm" scope="session" 
> validate="true">
>               <forward name="success"
>
path="/tiles/pages/coffeenet/SeguimientoComercial/SolicitarSeguimientoComerc
> ial.jsp" />
>       </action>
>
>       The best of it is that this action has been working.
>
>       Thanks very much
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to