|
From: Matt R. <li...@ra...> - 2004-07-24 00:13:49
|
> > * FreeMarkerConfigurer always registers an additional > ClassTemplateLoader now, being able to load macros from the > web.servlet.view.freemarker package. This means that a > FreeMarker template can simply import "spring.ftl" now, > rather than the lengthy > "org/springframework/web/servlet/view/freemarker/spring.ftl". FYI... This doesn't work: <#import "spring.ftl" as spring /> But this does: <#import "/spring.ftl" as spring /> Just thought it should be documented. Matt |