I've tried excluding certain pages from my Sitemesh decorator but it doesn't seem to follow its own logic:
<decorators>
<excludes>
<pattern>/register</pattern>
</excludes>
</decorators>
What alternatives exist to Sitemesh that could serve as a drop-in replacement in a Spring MVC app that uses mainly plain JSP/JSTL?