You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ml (JIRA)" <ji...@apache.org> on 2009/07/15 05:06:15 UTC

[jira] Updated: (WICKET-2369) Pagination is invisible.

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

ml updated WICKET-2369:
-----------------------

    Attachment: TestPage.java
                TestPage.html

The two files are test case for pagination.

> Pagination is invisible.
> ------------------------
>
>                 Key: WICKET-2369
>                 URL: https://issues.apache.org/jira/browse/WICKET-2369
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC6
>         Environment: Linux
>            Reporter: ml
>         Attachments: TestPage.html, TestPage.java
>
>
> When 'AjaxFallbackDefaultDataTable' is refreshed with 'ajax' target, if the content in the table is less than the max size of the page, then the next time, even if the content in the table exceeds the max page size, pagination is not visible.
> Observation
> When page is loaded at the first time, the pagination is visible as the page size is 2 and total no of records is 3. (Expected)
> After that when type "mary" in search box and hit the submit button, the pagination is invisible as total no of records currently is 1. (Expected)
> After that search again for all people by type "*" in search box which will result 3 people again. But at this point of time pagination is invisible even though the content in the table exceeds the max page size. (Not Expected)
> The test page attached has been also uploaded.

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