On Sun, 18 Feb 2007 07:10:03 -0500, Mark Wassermann <[EMAIL PROTECTED]> wrote:

#if( $entry.getId() == $selection )
<snip/>

The problem is, that the line
#if( $entry.getId() == $value )

You mean $selection, right?

You can just use $entry.id, BTW. And you are sure that both $entry.id and $selection are ints (not long or not Integer if using jdk < 1.5), right?

It should work.

best,
-Rob


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

Reply via email to