I’m using MyEcipse for Spring v2014. I ran the tutorial for Spring Flex Scaffolding with no difficulties. I then tried to recreate this tutorial using 2 of my tables. My two tables also have a one-to-many relationship similar to the tutorial. The setup completed successfully, but when I run it, only the one table is shown.
On the tutorial, when you click a person to edit, it opens a section showing the employee data and the office data. When I click on my test, it only shows the table that I’ve designated as the parent.
Do I need to have an actual foreign key in my table for this to work as it does in the tutorial?