I want to load new FXML file with some parameters from the other Controller Files
问题 I already read next answers about passing parameters, but they didn't help me. passing-parameters-javafx-fxml javafx-from-the-trenches-singleton-controllers Below is my effort to open new FXML view from event handler which failes to pass parameter. Kindly looking for help. MainController.java @FXML private void handleButtonAction(ActionEvent event) throws IOException { Context currentContext = new Context(); URL url = getClass().getResource("ManageTemplateChild.fxml"); FXMLLoader fxmlloader =