I got a basic sitemesh example working with no problem (
http://www.jforeach.com/learn-sitemesh-in-30-minutes-or-less/96), however, when I try to integrate that example with a simple Spring MVC 3 application, it's like the sitemesh stops obeying what's in the CSS file.
The pages do get decorated, but there is no style applied (color, layout, etc.).
The style sheet is in /WEB-INF/styles/style.css and I've tried to refer to it mostly using the full path like this, but also the same way it worked before I tried to integrate Spring, etc.
Not sure what the problem is getting these two technologies to work together.
Would appreciate any replies or suggestions.
Thanks.
- mike