Passing data from one controller to another in javafx. java.lang.IllegalArgumentException
问题 I am creating a reporting application in which I have 3 scenes with 3 controller classes. My aim is to click on a button (Send Email) from my MaintainanceBacklog_Controller Class, which uses 3 ObservableList from the same controller class and 1 ObservableList from another controller class( BatchProcesses_Controller ). I need to pass this one List from BatchProcesses_Controller to my MaintainanceBacklog_Controller . I am getting Caused by: java.lang.IllegalArgumentException: Can not set