ListView Behavior

2010-01-04 Thread wic...@geofflancaster.com
Due to Wicket handling things in a weird order, would anyone mind giving me a hand in solving this issue? When I create a ListView, populateItem() is called for each item in the list which is passed into the ListView and then it goes back and creates the Label named chart. The problem is that I'm

Re: ListView Behavior

2010-01-04 Thread Martin Makundi
Hi! Why do you need to count items? You can refer to different components using their markupid. ** Martin 2010/1/4 wic...@geofflancaster.com wic...@geofflancaster.com: Due to Wicket handling things in a weird order, would anyone mind giving me a hand in solving this issue? When I create a

Re: ListView Behavior

2010-01-04 Thread wic...@geofflancaster.com
Very good point. Didn't think about that. Thanks, I've solved my problem! Original Message: - From: Martin Makundi martin.maku...@koodaripalvelut.com Date: Mon, 4 Jan 2010 18:19:46 +0200 To: users@wicket.apache.org Subject: Re: ListView Behavior Hi! Why do you need to count