Re: Extending Template Error

2011-04-26 Thread Dave Newton
For the checkbox list try using collection notation for the checkbox names , square brackets with an index (list/array index). Dave On Apr 26, 2011 8:22 PM, "Zoran Avtarovski" wrote: > Hi guys, > > I'm having a couple of issues with my freemarker tempates. > > One is with extending the 'simple;

Extending Template Error

2011-04-26 Thread Zoran Avtarovski
Hi guys, I'm having a couple of issues with my freemarker tempates. One is with extending the 'simple; theme. I have setup a custom theme which has a theme.properties file containing a single line, parent=simple The problem I'm having is that it can't find the simple directory. Freemarker keeps