I'd like to have an XSLT view that caches multiple stylesheets set at runtime. It looks like AbstractXsltView only caches a single Templates instance for use across requests. Is this true? Has anyone done anything similar? Can anyone suggest caching strategies for the View layer. Thanks.
- Justih


Reply With Quote