I made one mistake above. Since `FormView.fxml` is...
# tornadofx
e
I made one mistake above. Since
FormView.fxml
is included with
fx:id=form
, the controller will be available as
formController
. This is a JavaFX thing I believe. Updating the example above.