Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 36119 invoked from network); 6 Dec 2005 10:43:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 10:43:38 -0000 Received: (qmail 78467 invoked by uid 500); 6 Dec 2005 10:43:31 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 78409 invoked by uid 500); 6 Dec 2005 10:43:30 -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 78398 invoked by uid 99); 6 Dec 2005 10:43:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 02:43:30 -0800 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 [212.90.198.164] (HELO frodo.cybernet.ch) (212.90.198.164) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 02:43:29 -0800 Received: from cs02.thalwil.less.ch (adsl-213-180-175-1.cybernet.ch [213.180.175.1]) by frodo.cybernet.ch (8.13.4/8.13.4) with ESMTP id jB6Ah4Fk092374 for ; Tue, 6 Dec 2005 11:43:06 +0100 (CET) (envelope-from raffaele.merico@less.ch) Received: by cs02.thalwil.less.ch with Internet Mail Service (5.5.2653.19) id ; Tue, 6 Dec 2005 11:43:02 +0100 Message-ID: From: Merico Raffaele To: users@cocoon.apache.org Subject: Reset value of request parameters Date: Tue, 6 Dec 2005 11:43:01 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Scanned-By: MIMEDefang 2.54 on 212.90.198.164 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear community I use a CForm to get the input for an external service invoked as WebServiceProxy-Pipeline after the form validation. The simple flow script looks like follows: > var form = new Form(cocoon.request.get("fdPath")); > form.showForm("showForm"); > cocoon.sendPage(cocoon.request.get("action")); Since the WebServiceProxy reuses the request parameters submitted by the form, the invoked WebService receives the data as entered respectively locale formatted. But the WebService aspects another format. Is there any possibility to reset the value of a request parameter in the cocoon.request object? Or do you see any other solutions? Many thanks in advance ... Raffaele --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org