Populate Collection values

2006-03-27 Thread Thomas Otto
Hello, I have the following problem. I have an struts form with an Collection getter and want to let set struts the input values of an submit. public class UserForm extends ActionForm { // returns a collection of user beans Collection getUsers(){ ... } } public class User { Integer age

Re: Populate Collection values

2006-03-27 Thread Thomas Otto
g age){ this.age=age; } } After you must convert String age into Integer age in your action struts (after validation), to get values of list of ages. Regards Angelo 2006/3/27, Thomas Otto <[EMAIL PROTECTED]>: Hello, I have the following problem. I have an struts form with an Collection gett