Looks like your form is failing validation, and you do not have an input 
attribute on your action element. 

<action path="/inicio" type="seda.incidencias.struts.action.ActionInicio"
name="formInicio" input="inputPage.jsp">
....
</action

-----Original Message-----
From: José María Tristán [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 07, 2006 10:02 AM
To: 'Struts Users Mailing List'
Subject: Problem in a action

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]


-----------------------------------------
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader of this
message is not the intended recipient, or any employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any dissemination, distribution, or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.

Thank you. Paychex, Inc.


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

Reply via email to