We have a sample Spring+Sitemesh app. It does little to nothing. The decorators.xml file is
This seems to be ok - the pages I display are suitably decorated.
A sample URL is
http://localhost:8080/app/message
I am experimenting, however, and would like to specify a more specific patten in the decorator that only works for 'message.' I can't get it to work - the application displays the
JSP without decorating it.
Any pointers would be appreciated.