Poner un header y un foote a cada jsp
Artículo por Club Developers · 20 junio 2006
2131 vistas
Si trabajamos con jsp 2.0...
en el web.xml
en el web.xml
xml
<jsp-config> <jsp-property-group> <url-pattern>*.jsp</url-pattern> <include-prelude>/includes/header.jsp</include-prelude> <include-coda>/includes/footer.jsp</include-coda> </jsp-property-group> </jsp-config>