Spring 3 MVC: one-to-many within a dynamic form (add/remove on create/update)

This point is still quite confusing and unclear on the web, so here is the way I solved my problem. This solution is probably not the most optimized one, but it works when creating and updating a master entity. Theory Use a List instead of a Set for your one-to-many relations which should be dynamically … Read more