Nathan Bubna <[EMAIL PROTECTED]> wrote: > that looks an awful lot like business logic > you're slipping into the View. if you ask me, that's just asking for trouble > down the road. can't you move some of that logic into your "currentAccount"
I ran into this error while converting some old code. I already knew that some refactoring would be required, and the code has already been changed to the following immediately after reporting the bug, which made the bug a moot point for me. #if ( ($currentAccount.hasAmountDue()) && ($currentAccount.isAccountStatusActive()) && ($currentAccount.hasScheduledPaymentList()) ) But the bug for the original statement still remains. It's beyond "sucky." It's internally inconsistent. But thanks :) -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
