FreeMarker will replace ${X} fot the value of X anywhere on your ftl file,
if you want to have a literal ${X} that is not expanded, you need to use
$\{X}

musachy

On 4/6/07, River Tarnell <[EMAIL PROTECTED]> wrote:

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" action="view"
        title=title.freemarkerEscapedText />

... where getFreemarkerEscapedText manually replaces "${" with "$\{"?

        - river.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to