The reason I'm using controller placeholders is th...
# tornadofx
e
The reason I'm using controller placeholders is that the controllers (Views) might try to access the
root
element in their
init
block, but when I create the controller in the
controllerFactory
callback, the node isn't even constructed yet. (Because the XML parser is still processing the attributes of the fxml element that represents the root object at this time).