I am trying to use Sitemesh 3 to control the decoration of JSP output from a Spring MVC application.
When I hit the application it seems that Sitemesh is making a re
Since no one has posted actual content, here you go:
in pom.xml
add:
org.sitemesh
sitemesh
3.0.0
in WEB-INF/web.xml
† add:
sitemesh
org.sitemesh.config.ConfigurableSiteMeshFilter
sitemesh
/*
in WEB-INF/sitemesh3.xml
add:
in WEB-INF/decorator1.jsp
add:
...
† put this below your Spring Security Filter Chain if using Spring Security.