Re: FreeMarker evaluating result of s.url?

2007-04-06 Thread River Tarnell
On Fri, 2007-04-06 at 14:03 -0400, Musachy Barroso wrote: > FreeMarker will replace ${X} fot the value of X anywhere on your ftl file, sure, but in this case the ${X} is not in the ftl file, it's returned by <@s.url> - i never explictily write ${foo} anywhere, but FreeMarker expands it to "bar" be

Re: FreeMarker evaluating result of s.url?

2007-04-06 Thread River Tarnell
On Fri, 2007-04-06 at 09:29 -0400, Musachy Barroso wrote: > You will have to escape it so freemarker doesn't expand it, like: > $\{test} thanks, but i'm not sure i understand... does this mean that whenever i use s.url, i need to do something like <@s.url id="viewurl" includeParams="none" actio

FreeMarker evaluating result of s.url?

2007-04-05 Thread River Tarnell
hello, i have a FreeMarker template which looks like this: <@s.url id="viewurl" includeParams="none" action="view" title=title.text /> View as long as title.text contains "simple" text, this works fine: it outputs . however, if the literal value of title.text looks like a FreeMarker exp