dooApp/FXForm2

ReoderFilter throws FilterException with specific fields

Closed this issue · 1 comments

If i use a reorder filter with a specific field, FXForm throws a FilterException in case of multiple inherited classes.

Exemple :
Address <- MyAddress
Bean2 (with myAddress field) <- Bean1 (with address field)

ReorderFilter reorderFilter = new ReorderFilter("name",MyAddress.class.getName() + "-address");

See Issue82Test for full example

Fixed in 2.2.7-SNAPSHOT and 8.0.6-SNAPSHOT