Hi Cemal & Timo,
Thank you for your valuable feedbacks; they pointed me to the right
direction :). I looked up the Wicket API and Wicket In Action book for the
difference of those repeaters. My problem is solved by feeding the ListView
with a LoadableDetachableModel which wraps up the call to the service layer
to get the list of live connections. My old implementation is using a
PropertyModel.
ListView view = new ListView("connections", new PropertyModel(this,
"connections")){...};
BTW, Wicket In Action is really a must to have if you are using Wicket
framework.
Best regards,
Tony
--
View this message in context:
http://www.nabble.com/Help-needed---ListView.onPopulate-IndexOutOfBoundsException-tp19058649p19076746.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]