Hello!!!
I'm developing a strut web application with several
modules. When i tried to integrate all the modules
with sitemesh It didn't work. I mean, when i click on
a link of a module it doesn't work because struts
doesn't find the action asociated with the jsp.
<c:url var="url"
value="/verConsultaMantenimientoCursos.do"/>
<a href="<c:out value='${url}'/>">Curs</a>
Struts-config.xml
<global-forwards>
<forward name="verConsultaMantenimientoCentros"
path="/moduloMantenimientoCentros/verConsultaMantenimientoCentros.do"/>
But if i crete the link that way
<html:link
forward="verLogin">Cursos</html:link>
there's no decorating. I see the application as
standalone.
Struts-config.xml:
<action-mappings>
<action path="/verLogin"
type="org.apache.struts.actions.ForwardAction"
parameter="/moduloLogin/jsp/login.jsp"/>
Any idea? what's wrong?
Thanks.
______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]