Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED08B9BAD for ; Fri, 20 Jul 2012 08:49:48 +0000 (UTC) Received: (qmail 78896 invoked by uid 500); 20 Jul 2012 08:49:47 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 78686 invoked by uid 500); 20 Jul 2012 08:49:47 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 78629 invoked by uid 99); 20 Jul 2012 08:49:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 08:49:44 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of death_style2019@hotmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 08:49:39 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Ss8tj-0000vC-2O for users@wicket.apache.org; Fri, 20 Jul 2012 01:49:19 -0700 Date: Fri, 20 Jul 2012 01:49:19 -0700 (PDT) From: chimaira To: users@wicket.apache.org Message-ID: <1342774159065-4650648.post@n4.nabble.com> In-Reply-To: References: <1342713459770-4650631.post@n4.nabble.com> Subject: Re: PagingNavigator with additionnal pageParameters MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi , thanks for replay, I tried it, but the overriden methods return a usual links. with no pageparameters attribut. @Override protected AbstractLink newPagingNavigationLink(String id, IPageable pageable, int pageNumber) { return super.newPagingNavigationLink(id, pageable, pageNumber); } the newPagingNavigationLink(id, pageable, pageNumber); return an extended object from the Link class. and there is no PageParameters attribute there. and how can I replace the newPagingNavigationLink() with BookMarkableLink() and keeping the pageable and pageNumber parameters? Thanks again. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PagingNavigator-with-additionnal-pageParameters-tp4650631p4650648.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org