If I have the following code in a velocity template:
#if($myNumber > 0) yes # else no #end
If $myNumber is an Integer, it works, but if it is a Long, it doesn't. Is there any way to check if a Long is greater or less than an int?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
