Panel Loop

2011-09-15 Thread Fred
()) { form.add(new EmployeePanel(people, employee, dis)); // make this a list instead??? } } } //now merge EmployeePanel list and add? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Panel-Loop

Re: Panel Loop

2011-09-15 Thread Bas Gooren
? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Panel-Loop-tp3815879p3815879.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Panel Loop

2011-09-15 Thread manuelbarzi
list and add? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Panel-Loop-tp3815879p3815879.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Panel Loop

2011-09-15 Thread Fred
EmployeePanel(view.newChildId(), employee, dis)); } } } form.add(view); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Panel-Loop-tp3815879p3816023.html Sent from the Users forum mailing list archive at Nabble.com