-
Enhancement
-
Resolution: Fixed
-
P4
-
None
Currently, if you want to wire in events into the FXML elements the event needs to come from the controller or from the embedded scripts. It does not look to the namespace for handlers. These could come from at least two sources directly: Injection via fxmlLoader.getNamespace().put(...) or via a fx:define block.