edvin
02/14/2017, 3:06 PMfx:id
on the include. In the root node of the included file, you need fx:controller
pointing to the class of a UIComponent. However, if you add an fx:id
to the root element, it will probably be overriden by the fx:id
on the include. This is default JavaFX behavior though. Also, the controller would be called fx:id
-from-the-include + Controller
.