You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Rik van der Kleij (JIRA)" <ji...@apache.org> on 2008/08/05 16:44:44 UTC

[jira] Closed: (WICKET-1766) Method size() of a data provider is invoked twice.

     [ https://issues.apache.org/jira/browse/WICKET-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rik van der Kleij closed WICKET-1766.
-------------------------------------

    Resolution: Won't Fix

Reason is clear. Thanks Igor.

> Method size() of a data provider is invoked twice.
> --------------------------------------------------
>
>                 Key: WICKET-1766
>                 URL: https://issues.apache.org/jira/browse/WICKET-1766
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4
>         Environment: Ubuntu
>            Reporter: Rik van der Kleij
>            Assignee: Igor Vaynberg
>            Priority: Minor
>
> Method size() of a data provider is invoked twice during one request. This happens when navigating to a next or latest page in a data table. During debugging I noticed that the onDetach() of AbstractPageableView is invoked an extra time. Implementations of size() normally query the database so it will slow down the performance.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.