You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by David Esposito <es...@newnetco.com> on 2001/03/05 17:40:12 UTC

VTL syntax, again ... :)

Is there a way to do the following:

$$price

where the first $ sign gets just printed to the output while the second
$sign gets parsed and returns the value of the price variable?

if i put a space between the two dollar signs, it accomplishes what I want
but I don't like the space ... (hehe ... )