You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by guilherme-oliveria <gi...@git.apache.org> on 2018/08/13 13:37:01 UTC

[GitHub] wicket pull request #289: Wicket 6.x how to do paging down

GitHub user guilherme-oliveria opened a pull request:

    https://github.com/apache/wicket/pull/289

    Wicket 6.x how to do paging down

    how to use "DataTable" to page down instead of side, without using "listVIew" because I can not load all items.
    [https://uploaddeimagens.com.br/imagens/java_-_erpsrcmainjavabrcomcontrolesewebwicketcomponenteajaxpagingnavigatorindicatordownpaging-java_-_eclipse-jpg](imagem 1)
    
    [https://uploaddeimagens.com.br/imagens/safeerp_5-jpg](imagem 2)
    
    
    how do I want my listing to be made using component
    
    [https://uploaddeimagens.com.br/imagens/safeerp_3-png](imagem 3)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/wicket wicket-6.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/289.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #289
    
----
commit 7d811219d368e9ed897b7eb2649b79c5c74450c3
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-10-07T20:18:21Z

    WICKET-5996 Mounted packages throw IllegalArgumentException when visiting base package url.
    
    Return null UrlInfo if the class name is missing

commit 65539b02314188daf3edafe54cdefd3b856e0a45
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-10-11T17:56:58Z

    Add convenience method to WebMarkupContainer for getting the WebApplication
    
    Add the same methods to WebComponent

commit 6edf1541748fb2de969ee695bf988573e621cafd
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-10-11T18:03:34Z

    WICKET-5994 Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used
    
    Use ServletContext to read local resources

commit 3de49fb86a9e484e3b7575ea322341001729cf8a
Author: Sven Meier <sv...@...>
Date:   2015-10-16T13:24:39Z

    WICKET-6005 allow updating of whole page

commit b9ea44952117f9d9a889615b19a261d9d22bb50b
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-10-18T21:34:30Z

    Remove dependency to velocity 1.4
    
    wicket-velocity brings it as transitive. And it is 1.7

commit 6caae75de82f8adf23062678c59eb4a02546cf81
Author: Martijn Dashorst <da...@...>
Date:   2015-10-29T21:37:37Z

    Applied release scripts from 7.x to 6.x

commit 3ee1cea010ffd70478b4f8c0feeec0da376668e8
Author: Martijn Dashorst <da...@...>
Date:   2015-10-29T22:25:50Z

    Don't commit Eclipse metadata

commit f27173ca39653795f66502935a479a4185c9e445
Author: Martijn Dashorst <da...@...>
Date:   2015-10-29T22:26:25Z

    Stopped logging of exceptions during unit tests

commit c619623c17de3c12a1907d5f68eacc7424d9b548
Author: Martijn Dashorst <da...@...>
Date:   2015-10-29T22:34:22Z

    Added changelog for Wicket 6.21.0

commit 393441b362e12b859ba4158072376cdcd8d6a645
Author: Sven Meier <sv...@...>
Date:   2015-10-30T12:11:07Z

    assert both uploaded files

commit ea376d90677fb6a77699c9cc04cdb644ce986677
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-01T21:46:09Z

    WICKET-6019 Remove 'final' modifier for Localizer#getStringIgnoreSettings() methods
    
    Fixes #141

commit 68f8390cf18dcaa8a847300698df7913f69fbcb6
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-02T20:17:01Z

    WICKET-6020 GuiceFieldValueFactory returns the NULL_SENTINEL from the cache

commit da5c6d772acadfa13162ba1d01dcb378cde7df1f
Author: Martijn Dashorst <da...@...>
Date:   2015-11-08T13:23:10Z

    Start work on 6.22.0-SNAPSHOT

commit 77b451ba8df3138fbad21de8808fe5562e49eeaa
Author: Martijn Dashorst <da...@...>
Date:   2015-11-08T13:25:30Z

    Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x

commit b498ae7f3001c21982b7f1b68a4b5a6fd6ced03c
Author: Sven Meier <sv...@...>
Date:   2015-11-11T22:15:54Z

    use LinkedHashMap so test work with Java 7 too

commit 2866bd41cb0388c93d5548161a355d8251abe6b8
Author: Sven Meier <sv...@...>
Date:   2015-11-11T23:07:21Z

    commit message errata for b498ae7f3001c21982b7f1b68a4b5a6fd6ced03c:
    use LinkedHashMap so tests work with openjdk 8

commit 6507bab6b03d0bd3d0051236439a0c440f799c4c
Author: Sven Meier <sv...@...>
Date:   2015-11-12T09:52:11Z

    updated dependencies to 6.22.0-SNAPSHOT

commit 19f32b68913c224588473b8750a76f3119c8cd15
Author: Sven Meier <sv...@...>
Date:   2015-11-12T10:02:06Z

    WICKET-6032 don't call done on redirect, it will be invoked from complete later

commit 3af549777a7ca81f5494525d8075fb2a050bd4be
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-10-18T10:02:10Z

    WICKET-5997 Compatibility problem with Websphere liberty profile
    
    Use ServiceLoader instead of collecting the wicket.properties files in the classpath with custom logic

commit dbd0fa83eea755fbf64bca17065762899ceffc7a
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-14T10:21:59Z

    WICKET-6017 Tests fail when executed with not expected locale
    
    Use a random locale that has both a country and a language

commit 4aa631a63b4776c30ac1fccc452e1168376a9156
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-15T22:02:40Z

    WICKET-5950 Model and GenericBaseModel could both implement IObjectClassAwareModel

commit b610b56d9f9e89777bce4af1ec4554fd60984110
Author: Sven Meier <sv...@...>
Date:   2015-11-18T18:18:47Z

    allow markup inside title via #setEscapeModelStrings()

commit c9983cdf0a5912458f2ca450827fb07107b533f3
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-18T23:00:28Z

    WICKET-5969 Please give us access to PageTable.index pageId queue

commit a377eabcc4a0bd09b1ea2b1abceb8506dee11603
Author: Sven Meier <sv...@...>
Date:   2015-11-19T11:56:36Z

    WICKET-6040 restore AjaxHtmlHeaderContainer to be static, so it can be serialized before AjaxRequest has finished

commit 8d75090dfd3768dbba8715f00b8111ad26907706
Author: Sven Meier <sv...@...>
Date:   2015-11-19T12:57:26Z

    improved javadoc for #setRecreateChoices()

commit 659c47d52bb12f780ee4540becc9bcdcc926558a
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-11-25T16:55:58Z

    WICKET-6044 AjaxFormChoiceComponentUpdatingBehavior: Duplicate input values according to WICKET-5948
    
    Simplify AjaxFormChoiceComponentUpdatingBehavior. Since WICKET-5948 wicket-ajax.js collects all form elements children

commit 09368fb0418e899450b1b48aa2d284ea59c8d15d
Author: Sven Meier <sv...@...>
Date:   2015-11-25T20:31:59Z

    WICKET-6044 Simplify AjaxFormChoiceComponentUpdatingBehavior. Enclose input name in quotes

commit 3b91968f88abb67519047986caba92c500ca907a
Author: Sven Meier <sv...@...>
Date:   2015-11-30T13:09:28Z

    WICKET-6048 german translation for EqualInputValidator fix

commit a7a04e4b17b8ca8075637879c77b173df98cacb4
Author: Martin Tzvetanov Grigorov <mg...@...>
Date:   2015-12-12T22:09:15Z

    WICKET-6006 ModalWindow.closeCurrent() causes 414 status error
    
    Do not submit the form elements inside the ModalWindow when closing it.

commit 9f6c69f8f4ccf9fc21bf42092fc88f16e35f1535
Author: Tobias Soloschenko <ts...@...>
Date:   2015-12-16T18:54:47Z

    WICKET-6051 Improves performance of CssUrlReplacer / exclude options

----


---

[GitHub] wicket issue #289: Wicket 6.x how to do paging down

Posted by martin-g <gi...@git.apache.org>.
Github user martin-g commented on the issue:

    https://github.com/apache/wicket/pull/289
  
    @guilherme-oliveria Please close this PR! I guess you opened it by mistake.
    
    I see you have a related question at StackOverflow: https://stackoverflow.com/questions/51823840/wicket-6-x-how-to-do-paging-down
    If you need help then you should use users@wicket.apache.org mailing list or StackOverflow. 


---