Set does not work in velocity

Posted by fastcodejava on Stack Overflow See other posts from Stack Overflow or by fastcodejava
Published on 2010-06-05T20:16:13Z Indexed on 2010/06/05 20:22 UTC
Read the original article Hit count: 189

Filed under:
|

Looks like set does not work in velocity when written as below :

#set (${modifier} = "some")

It works if I do #set ($modifier = "some"). Any reason for this?

© Stack Overflow or respective owner

Related posts about scripting

Related posts about velocity