30-ene-2007, 03:54
|
#2 (permalink)
|
Fecha de Ingreso: enero-2007
Mensajes: 156
|
Re: Struts
Otra duda más: (la pongo aqui por no abrir otro hilo)
Me sale un error del tomcat:
type Status report
message /login.jsp
description The requested resource (/login.jsp) is not available.
al hacer:
retValue=actionMapping.getInputForward();
return retValue;
en el struts-config.xml tengo la accion como:
<action
path="/LoginAction"
type="inmobiliaria.action.LoginAction"
name="LoginForm"
scope="request"
validate="true"
input="/login.jsp" />
¿A qué se debe este error?
|
|
|