Re: java.util.List in FormBean

2007-05-15 Thread Laurie Harper
zuban wrote: Hi, in a FromBean I have a java.util.List (to populate a ). If I submit the form the List is set to null. For String datatypes I would use hidden input fields to solve this. But what should I do by a List? You can either reload the list each time the action is invoked or, if you r

java.util.List in FormBean

2007-05-11 Thread zuban
Hi, in a FromBean I have a java.util.List (to populate a ). If I submit the form the List is set to null. For String datatypes I would use hidden input fields to solve this. But what should I do by a List? -- View this message in context: http://www.nabble.com/java.util.List-in-FormBean