Hi, i see this code in youre mail: resultsTable.modelChanged(); resultsTable.setModelObject(list); resultsPanel.replace(new PageableListViewNavigationLink("last", resultsTable,resultsTable.getPageCount() - 1)); doesn't seem right to me. it should be something like this: resultsTable.modelChanging(); resultsTable.setModelObject(list); resultsPanel.replace(new PageableListViewNavigationLink("last", resultsTable,resultsTable.getPageCount() - 1)); resultsTable.modelChanged(); Jan Mikkelsen wrote: What I mean is that it shows no pages. I think my problem has to do with the fact that when I construct the navigator, my list is empty. Later, after running a query, I replace the model, like this: resultsTable.modelChanged(); resultsTable.setModelObject(list); resultsPanel.replace(new PageableListViewNavigationLink("last", resultsTable,resultsTable.getPageCount() - 1)); tableNavigation.modelChanged(); This works fine for the list, but not for the navigator. It would be great if the CD application was updated, by the way. Are there any plans for that. That's where my application took off from.the displaytag examples still seem to work (cvs head)? What do you mean with "stopped rendering" Juergen On Apr 10, 2005 6:22 PM, Jan Mikkelsen <[EMAIL PROTECTED]> wrote:Hi Is it just me, or has PageableListViewNavigation stopped rendering in the cvs head version (maybe in 1.0rc1 too)? Jan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user |
- Re: [Wicket-user] PageableListViewNavigation Juergen Donnerstag
- Re: [Wicket-user] PageableListViewNavigation Martijn Dashorst
- Re: [Wicket-user] PageableListViewNavigation Juergen Donnerstag
- Re: [Wicket-user] PageableListViewNavigation Johan Compagner
- Re: [Wicket-user] PageableListViewNavigation Jan Mikkelsen