I don't want to get off on a rant here, but....

Avatar

Technology, Programming, Complaints, etc.

NVelocity object properties gotcha

I always manage to forget that NVelocity won't show regular class variables in views, it has to be a property or method for you to be able to pull it from the view.  Always waste a little time verifying the object is passed from the controller correctly, checking that the object isn't null in the view, etc. and then remember that I has to be a property or method.  It's always the last thing you think of.