5

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?

Popcorn
  • 51
  • 1
  • 2

1 Answers1

1

Have you tried tiles (http://tiles.apache.org/)? I have used it with spring mvc (but freemarker and not jsp)..

Andy Ford
  • 8,410
  • 3
  • 26
  • 36
Lol
  • 940
  • 8
  • 6