Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 24787 invoked from network); 12 Dec 2006 15:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 15:23:32 -0000 Received: (qmail 36935 invoked by uid 500); 12 Dec 2006 15:23:36 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 36885 invoked by uid 500); 12 Dec 2006 15:23:35 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 36874 invoked by uid 99); 12 Dec 2006 15:23:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 07:23:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [213.133.33.40] (HELO smtp.is.nl) (213.133.33.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2006 07:23:24 -0800 Received: from [213.133.51.241] (HELO hai01.hippo.local) by smtp.is.nl (CommuniGate Pro SMTP 5.0.10) with ESMTP id 6069166 for users@cocoon.apache.org; Tue, 12 Dec 2006 16:23:02 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: pass checkbox values through sitemap Date: Tue, 12 Dec 2006 16:22:25 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pass checkbox values through sitemap Thread-Index: Accd4GS3G4uLZ3GERtmjYB4trKvXGAAILU5Q From: "Ard Schrijvers" To: X-Virus-Checked: Checked by ClamAV on apache.org > callSomething?sameName=3Dvalue1&sameName=3Dvalue2&sameName=3Dvalue3& > submit=3DSubmit >=20 > And question is how to pass those values to generator in sitemap: >=20 > > > > src=3D"http://localhost/?sameName=3D{sameName}"/> Just remove the map:act. You want to pass on the request to another = host, right? Just use map:generate src=3D"http://localhost/?{request:queryString}"/> Ard > > > >=20 > When I call this: > http://localhost/?sameName=3D{sameName} > id adds only first value. >=20 > And this does not send anything. > > > >=20 >=20 > Renaming sameName parameter to sameName1, sameName2, ... is=20 > not an option. >=20 > Please help. Maybe it's a really newbie question, but I need=20 > to hack an > existing sitemap to support this and I don't want to see Cocoon again. >=20 > BTW I'm using Cocoon 2. >=20 > Thanks. > --=20 > View this message in context:=20 http://www.nabble.com/pass-checkbox-values-through-sitemap-tf2806933.html= #a7831351 Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org