Very limited information to comment
But the first action forwards to the second action. The second action does not
have input attribute (which is a tile/jsp or another action)
<action path="/coffeenet/SeguimientoComercial/IndexSeguiComer"
type="seda.coffeenet.SeguimientoComercial.struts.action.IndexSeguiComerActio
n" name="seguimientoComercialForm" scope="session"
validate="true" put input = jsp or action or tile here>
-----Original Message-----
From: José María Tristán [mailto:[EMAIL PROTECTED]
Sent: 07 June 2006 15:02
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]