Re: Templating issues with FreeMarker

2007-03-20 Thread Brian Pontarelli
I opened a bug for this. Apparently if you change your templateDir, nothing works any longer. https://issues.apache.org/struts/browse/WW-1832 -bp Brian Pontarelli wrote: I'm running into some issues using the FreeMarker templates and overriding them selectively inside my webapp. Apparentl

Templating issues with FreeMarker

2007-03-20 Thread Brian Pontarelli
I'm running into some issues using the FreeMarker templates and overriding them selectively inside my webapp. Apparently you cannot use the ${themeProperties.parent} variable from overrides because it isn't available in the FreeMarker context. Also, the documentation states that you can over