Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 32309 invoked from network); 24 Jun 2005 01:04:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 01:04:15 -0000 Received: (qmail 71802 invoked by uid 500); 24 Jun 2005 01:04:15 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 71577 invoked by uid 500); 24 Jun 2005 01:04:13 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 71529 invoked by uid 99); 24 Jun 2005 01:04:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 18:04:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 18:04:13 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j5O148L4018657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 23 Jun 2005 20:04:08 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j5O148iV018555 for user@forrest.apache.org; Thu, 23 Jun 2005 20:04:08 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Fri, 24 Jun 2005 11:03:43 +1000 From: David Crossley To: user@forrest.apache.org Subject: Re: pagination in forrest 0.7 Message-ID: <20050624010343.GA27138@igg.indexgeo.com.au> References: <80d298bc05062315563214980b@mail.gmail.com> <42BB4CED.3060205@apache.org> <80d298bc050623172758aeadf4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80d298bc050623172758aeadf4@mail.gmail.com> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rasik Pandey wrote: > Ross wrote: > > > If you mean having one document create x separate pages in the web site > > then you will need to create a custom skin and do your pagination in there. > > Yes that is what i was aiming to express. Not sure if this will meet sure needs, but worth a try ... Cocoon has a Paginator Transformer: http://cocoon.apache.org/2.1/howto/howto-paginator-transformer.html Add that to your project sitemap. -David