You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@hotmail.com> on 2004/06/17 21:02:28 UTC

jelly if statement headache

Hi I have 2 jelly variables that i want to compare in jelly if stament

   <j:if test = "${ var1 == var2 } >
     <!-- do some thing-->
  </j:if >

it is not working for me.  is it the right syntax?

and I also search on lots plugin.jelly sources to find some similarity, none shows up so far

Help is greatly appreciated.

-Dan