After copying the skeleton code from Scene Builder (step E4), my "Add Movie" button isn't doing anything. I have completed through step E9 and realized the issue while testing. Anyone know how to make it work?
Make sure you have commented out or deleted the empty duplicate switchToMovieListScreen() that was generated by the Scene Builder skeleton. It should work then.
That worked! Thanks!
There's a chance that you forgot to change some of the names from the beginning parts of the lab. That would also prevent the button from working.
We had the same problem but the problem was that we forgot to change the setRoot argument of the swithToAddMovieScreen method in the MovieListController class to "AddMovie" instead of "secondary".