Tema: JSP-Struts
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/06/2004, 11:11
pierreandre
 
Fecha de Ingreso: junio-2004
Mensajes: 13
Antigüedad: 19 años, 10 meses
Puntos: 0
hola!!!

tengo mi archivo jsp asi:

<html:form action="/ejemplo.do" method="post"
name="forma_ejemplo" type="pierre.AltaPag" scope="request">

y mi struts-config.xml asi:

<action-mappings>

<action path="/ejemplo" type="pierre.AltaPag"
name="forma_ejemplo"
scope="request">

</action>

y me aparece ese mensaje...

tengo ke modificar algo el web.xml???

ke me aconsejas??
gracias por tu ayuda!!