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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]