Re: Map instead of List in action

2008-02-19 Thread Sessizlik
Hi Musachy, Thank you for your response, I am sorry but I can understand how to change getter and setter. How should be signatures of getter and setter? Just changing return type should not be enough ? Best Regards Sessizlik Musachy Barroso wrote: > > Change the setter and gett

Map instead of List in action

2008-02-19 Thread Sessizlik
Hi all, I am completely new to Struts. I am studying about show-case examples. I noticed that such a example: The goal is updating multiple records at one time. For that, in EditPersonAction.java List persons = new ArrayList(); And in EditPerson.java