Hi All,
Is there some kind of way in the velocity API to implement filters that can operate on objects on the context? Specifically, say object person is on the context, if person.name is called, and the getName() method has an annotation on it, I want to be able to transform the value displayed on the rendered output. Is this possible? Thanks, James
