You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2015/08/12 13:17:45 UTC

[jira] [Resolved] (WICKET-5937) ListDataProvider calling getData() twice after upgrade to wicket6

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

Sven Meier resolved WICKET-5937.
--------------------------------
    Resolution: Not A Problem

Don't use a ListDataProvider, if you're concerned about performance.

> ListDataProvider calling getData() twice after upgrade to wicket6
> -----------------------------------------------------------------
>
>                 Key: WICKET-5937
>                 URL: https://issues.apache.org/jira/browse/WICKET-5937
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.6.0
>            Reporter: Mark Christopher Newman
>            Assignee: Sven Meier
>            Priority: Minor
>
> We are upgrading our wicket from 1.5.6 to 6.6.0
> and have broken one of our pages that uses ListDataProvider.
> The method getData() is called twice. Previously it was called once.
> Couple of questions. could I be doing something that calls getData()?
> Looking at the stack in debug. The first call looks like its driven by getViewSize whereas the second call is getItemModels.
> Thanks
> Mark



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)