First, if this has been covered somewhere, please point me in the right direction, if not...
I have a project where I want to use Spring (and Spring MVC), SiteMesh, and Velocity. This is actually an "AppFuse" project in case folks are familiar with that. I'm seeking input on the best way to configure things so that I can use the Spring Velocity macros (such as #springMessage) from within my decorator, as well as any other Velocity pages. Currently the problem I'm having has to do with only the files that go through the DispatcherServlet getting those macros and the request context exposed (which makes sense, but Matt/AppFuse suggested I check here to see if there's a way to expose them to all.
Furthermore, I'm looking for any and all info related to Spring+SiteMesh+Velocity configurations (I'm also using Acegi security). I feel I have it partly working, and the Spring docs, as well as Raible's "Spring Live" book cover the configuration, but I have had some problems, so am just generally looking for any other samples or resources on the topic.


Reply With Quote