Hello,
I am quite new at using FXForm to generate JavaFX forms. So far, it looks great and is very friendly to use.
However, I've got an issue with displaying a form generated from a bean. This bean contains a List (not a ListProperty) of objects that I want to be displayed with the TableViewFactory. The List gets wrapped in a JavaBeanObjectPropertyElement, not a PropertyFieldElement, like a ListProperty would.
Is there any way for FXForm to automatically wrap my java.util.List into a JavaFX ListProperty?