On 11/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
Has anyone found a way to "escape" expressions in Velocity, so it will
pass them through?

One possibility is to define the property start sequence as velocity macro:

#set( $ps = "${" )
... and later in the file
this should remain ${ps}property.remaining.in.file} unescaped

The problem with the regular velocity escaping mechanism is that it
treats properties that are defined differently from properties that
are not defined. This "feature" makes it unusable in my opinion.

Henry

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

Reply via email to