Re: Size() is invoked twice

2008-08-04 Thread Igor Vaynberg
i jotted down the reason to this in the jira issue if anyone is interested. -igor On Fri, Aug 1, 2008 at 3:48 AM, Rik van der Kleij <[EMAIL PROTECTED]> wrote: > https://issues.apache.org/jira/browse/WICKET-1766 > > 2008/8/1 James Carman <[EMAIL PROTECTED]> > >> It would be helpful to include a li

Re: Size() is invoked twice

2008-08-01 Thread Rik van der Kleij
https://issues.apache.org/jira/browse/WICKET-1766 2008/8/1 James Carman <[EMAIL PROTECTED]> > It would be helpful to include a link to your JIRA issue so that if > folks are searching the archives or nabble they can learn what to do > to fix it. > > On Fri, Aug 1, 2008 at 1:52 AM, Rik van der Kle

Re: Size() is invoked twice

2008-08-01 Thread James Carman
It would be helpful to include a link to your JIRA issue so that if folks are searching the archives or nabble they can learn what to do to fix it. On Fri, Aug 1, 2008 at 1:52 AM, Rik van der Kleij <[EMAIL PROTECTED]> wrote: > Hi, > > For this issue I created a Jira issue. > > Regards, > Rik > > 2

Re: Size() is invoked twice

2008-07-31 Thread Rik van der Kleij
Hi, For this issue I created a Jira issue. Regards, Rik 2008/7/29 Rik van der Kleij <[EMAIL PROTECTED]> > Hi, > > During performance tuning of a data table I noticed that size() of data > provider is invoked twice during one request. This happens when navigating > to a next page. Is this normal

Size() is invoked twice

2008-07-29 Thread Rik van der Kleij
Hi, During performance tuning of a data table I noticed that size() of data provider is invoked twice during one request. This happens when navigating to a next page. Is this normal behavior? During debugging I noticed that the onDetach() of AbstractPageableView is invoked an extra time. Regards