I have a form made with fxml, it has like 20 fields. (I.e. Person) and I have my controller with the 20 fields (one for every field) o want to know if there is a way to box all these fields in a unique bean like PersonBean. Actually I have to set all the fields to the bean manually in the initialize method.
Something like in the Id of the fxml input put something like "person.name".