edvin
11/13/2017, 10:45 AMfoo.bind(fooModel.barProperty)
, that should set things up correctly. Also consider using the typesafe builders instead of FXML. Instead of the Wizard, I think you should just traverse between Views using the replaceWith
function, and keep total control of what's being displayed on screen. If you can give a small example of how two screens would look like I can show you how to deal with this.