Re: Potential bug in template parsing

2013-11-21 Thread Glen Mazza
Thanks Greg. Is this a Roller bug or just the way Velocity (now) is? I assume the latter... Glen On 11/21/2013 03:02 AM, Greg Huber wrote: Glen, Remember this from a while back, it needs a space or you could escape it with {} notation. eg $text.get("macro.weblog.comments") [$commentCount]

Re: Potential bug in template parsing

2013-11-21 Thread Greg Huber
Glen, Remember this from a while back, it needs a space or you could escape it with {} notation. eg $text.get("macro.weblog.comments") [$commentCount] or ${text.get("macro.weblog.comments")}[$commentCount] Cheers Greg On 17 November 2013 12:49, Glen Mazza wrote: > Hi Team, > > I'm trying