Description
The onProcess method of FormTable uses Column#getProperty() to get the property of a particular valueobject, but uses reflection to set that property.
Add a Column#setProperty(Object, Field) method, so developers can override that method if refelection doesn't work for their VO's.