I think you're are missing the input param:
<action path="/coffeenet/SeguimientoComercial/IndexSeguiComer"
type="seda.coffeenet.SeguimientoComercial.struts.action.IndexSeguiComerActio
n" name="seguimientoComercialForm"
scope="session" validate="true"
--> input="NameOfTheJSPTheFormisIn.jsp"<--
> <forward name="success"
path="/tiles/pages/coffeenet/SeguimientoComercial/SolicitarSeguimientoComerc
ial.jsp" />
</action>
regards
Leon
On 6/7/06, José María Tristán <[EMAIL PROTECTED]> wrote:
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]