You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Kelvin Tan <ke...@myangel.com> on 2001/06/01 08:29:56 UTC

Negative String evaluations

Hi,

Does Velocity allow Negative String evaluations?

I understand you can evaluate positive : #if ($foo == "evaluation") ...

Can I do this : #if ($foo != "evaluation")?

I've tried doing this with out success. 

Thanks