Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 57160 invoked from network); 4 Aug 2004 12:37:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Aug 2004 12:37:12 -0000 Received: (qmail 79363 invoked by uid 500); 4 Aug 2004 11:45:56 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 79291 invoked by uid 500); 4 Aug 2004 11:45:55 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 79271 invoked by uid 99); 4 Aug 2004 11:45:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [80.89.232.240] (HELO server.bizzdesign.nl) (80.89.232.240) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 04 Aug 2004 04:45:50 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Coplets, continuations and X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Wed, 4 Aug 2004 13:44:48 +0200 Message-ID: <5E091A68F794974CAF431CA31F5AF2CC1893E6@server.bizzdesign.nl> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Coplets, continuations and Thread-Index: AcR5X07ZF6DezkOFRZWvEpNMZb5vZgAE4Q/gAB3Pt8AACkExMAABTQZg From: "Bart Molenkamp" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks for your quick response! Still one question (curious): can you explain why the hanoi game won't work inside a coplet? Bart. -----Original Message----- From: Carsten Ziegeler [mailto:cziegeler@s-und-n.de]=20 Sent: Wednesday, August 04, 2004 1:08 PM To: dev@cocoon.apache.org Subject: RE: Coplets, continuations and Bart Molenkamp wrote: >=20 > I'm using 2.1.5.1.=20 2.1.5.1 has the bug. > I have tried versions 2.2.0-dev and=20 > 2.1.6-dev, and for both the links seem to work for my=20 > application. However, the hanoi game still doesn't seem to=20 > work. I don't know why. >=20 > In samples/blocks/portal/coplets/html/sitemap.xmap, I removed this: > ?copletid=3D{coplet:#} > from the pipeline, so I can pass parameters using GET myself=20 > (otherwise the URL would be messed up, like=20 > xxx.continue?copletid=3Dxxx?id=3D2 -- note the ? twice). Removing=20 > this made my application work. >=20 > But is it legal to remove this copletid? Is it required=20 > somewhere down the pipeline? >=20 Yes, it is legal. If your coplet pipeline does not have to access any coplet related information, it doesn't need the id. Or in other words, if your pipeline doesn't use the id, you can remove it from the call. Carsten