Velocity 1.3.1

The following line (which may or may not be proper code)

#if ( (1 == $currentAccount.getAmountDue().compareTo(BigDecimal.valueOf(0))) 
&& ($currentAccount.isAccountStatusActive()) && (0 == 
$currentAccount.scheduledPaymentList().size()) )

gives this error:



Encountered ")" at line 27, column 75.
Was expecting one of:
    "," ...
    ")" ...
     ...
     ...



Handcopied from veloedit in Eclipse (a little clearer):

Encountered ")" at line 27, column 75.   [After BigDecimal.valueOf(0)]
Was expecting one of:
 "," ...
 ")" ...
 <WHITESPACE> ...
 <DOT> ...


-Mike

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

Reply via email to