--- Oryginalna wiadomość ---
Od: [EMAIL PROTECTED]
Do: Velocity Users List <velocity-user@jakarta.apache.org>
Wysłano: 2006-10-11 13:35:31
Temat: Re: simple question

> your string matches Velocity semantics up to the "(",
> and that is why the parser has trouble witch what comes
> afterwards.
>
> Just replace the initial "$" to soothe the barking parser:
> #set( $D = '$' )
> ....

Many thanks
Last question, how to do sth like
#set ($products=$products + "," + $user.productName)
I'v tried i.e.
#set ($products=$products${COMMA}$user.productName)
and $products.concat($user.productName) but without expected effect

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

Reply via email to