Re: Bookmarkable PagingNavigation

2008-09-09 Thread Michael Sparer
context: http://www.nabble.com/Bookmarkable-PagingNavigation-tp19382751p19390152.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bookmarkable PagingNavigation

2008-09-09 Thread Mathias P.W Nilsson
Yes, thanks I have read that post serveral times! Finally managed to get the thing working. Not pretty parsing the pageing parameters and adding the page but it works. Thanks! -- View this message in context: http://www.nabble.com/Bookmarkable-PagingNavigation-tp19382751p19389690.html Sent

Re: Bookmarkable PagingNavigation

2008-09-08 Thread Michael Sparer
, 2008 at 8:39 PM, Mathias P.W Nilsson > <[EMAIL PROTECTED]>wrote: > >> >> The pageable.setCurrentPage(getPageNumber()); is set in the onClick >> method >> of >> a PagingNavigationIncrementLink or PagingNavigationLink. How can I set >> the >> cu

Re: Bookmarkable PagingNavigation

2008-09-08 Thread Jeremy Thomerson
()); is set in the onClick method > of > a PagingNavigationIncrementLink or PagingNavigationLink. How can I set > the > currentPage when using BookmarkableLink? > > > -- > View this message in context: > http://www.nabble.com/Bookmarkable-PagingNavigation-tp1938275

Re: Bookmarkable PagingNavigation

2008-09-08 Thread Mathias P.W Nilsson
The pageable.setCurrentPage(getPageNumber()); is set in the onClick method of a PagingNavigationIncrementLink or PagingNavigationLink. How can I set the currentPage when using BookmarkableLink? -- View this message in context: http://www.nabble.com/Bookmarkable-PagingNavigation

Re: Bookmarkable PagingNavigation

2008-09-08 Thread Mathias P.W Nilsson
The IPageable setCurrentPage() must be set when requesting PageParameters, any suggestions? This is what I have in mind. For every newPagingNavigationIncrementLink append the "page" parameters and the correct page number. -- View this message in context: http://www.nabble.com/Bo

Re: Bookmarkable PagingNavigation

2008-09-08 Thread Johan Compagner
ncrementLink? > > -- > View this message in context: > http://www.nabble.com/Bookmarkable-PagingNavigation-tp19382751p19382751.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - >

Bookmarkable PagingNavigation

2008-09-08 Thread Mathias P.W Nilsson
having to reimplement PagingNavigationLink, PagingNavigationLinkIncrementLink? -- View this message in context: http://www.nabble.com/Bookmarkable-PagingNavigation-tp19382751p19382751.html Sent from the Wicket - User mailing list archive at