Struts 2: updating a list of objects from a form with model driven architecture
I already searched and found several approaches here, but I can't get them working for my project. I want to show an edit page for a list of objects, which should all be updated at once. I use the model driven architecture approach to achieve this, but I can't get it running properly. I can always display and iterate the list and its values, but I can't modify its values. So here is what I'm currently doing: I have a Model 'Teilzeitgrad' in my database, which has some simple attributes with getters and setters. public class Teilzeitgrad { private Date datumAb; private Date datumBis; private