Hi Scott,

## snip

> Why is the single line comment not working when it is between the 
> parenthesis, when a true end of line at the same spot works fine?
I'm not sure about the possible bug, but

> I discovered this while trying to output the line
> $sys.thing(#)
> 
> to show the usage of the sys.thing method within the template.  I've 
> been trying to escape the $ or # with a backslash, but nothing give me 
> what I want so that no substitution takes place and I don't get a 
> backslash included in the output.
You can use the EscapeTool:
    http://wiki.apache.org/jakarta-velocity/EscapeTool
$esc.s outputs "#".

Best regards,
-- Shinobu Kawai

--
Shinobu Kawai <[EMAIL PROTECTED]>


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

Reply via email to