Re: Ajax and validators

2013-03-27 Thread Sven Meier
e, so I have to assume I did something wrong there as well. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-and-validators-tp4657570p4657586.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Ajax and validators

2013-03-27 Thread Entropy
1842946.n4.nabble.com/Ajax-and-validators-tp4657570p4657586.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mai

Re: Ajax and validators

2013-03-27 Thread Sven Meier
target.addComponent(listUsers); target.addComponent(selected); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-and-validators-tp4657570.html Sent from the Users forum mailing list archive at Nabble.com. --

Ajax and validators

2013-03-27 Thread Entropy
ipients(recipients, selChoices); } listUsers.setModelObject(new ArrayList()); target.addComponent(listUsers); target.addComponent(selected); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-and-validator