Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 15426 invoked from network); 11 Jun 2004 13:58:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jun 2004 13:58:44 -0000 Received: (qmail 39801 invoked by uid 500); 11 Jun 2004 13:58:36 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 39717 invoked by uid 500); 11 Jun 2004 13:58:34 -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 Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 39627 invoked by uid 99); 11 Jun 2004 13:58:33 -0000 Received: from [195.134.212.162] (HELO mx.4dconcept.fr) (195.134.212.162) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 11 Jun 2004 06:58:33 -0700 Received: from localhost (localhost [127.0.0.1]) by mx.4dconcept.fr (Postfix) with ESMTP id BAE6817810 for ; Fri, 11 Jun 2004 15:44:19 +0200 (CEST) Received: from mx.4dconcept.fr ([127.0.0.1]) by localhost (messagerie.jouy.4dconcept.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22863-06 for ; Fri, 11 Jun 2004 15:44:11 +0200 (CEST) Received: from pc-lcr.4dconcept.fr (mx.4dconcept.fr [195.134.212.162]) by mx.4dconcept.fr (Postfix) with ESMTP id B622E17806 for ; Fri, 11 Jun 2004 15:44:10 +0200 (CEST) Message-Id: <5.2.0.9.2.20040611153527.01d3dc48@10.0.0.162> X-Sender: lcrine@10.0.0.162 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Fri, 11 Jun 2004 15:57:21 +0200 To: users@cocoon.apache.org From: Lionel Crine Subject: [flowscript] Add value into the request object Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at messagerie X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I tried to add a new parameter the the request object then doing a= redirection. function addrequest(){ cocoon.request.setAttribute("my_parameter", my_value); cocoon.redirectTo("mypage?myparameter=3D"+cocoon.request.getAttribute("my_pa= rameter"); } Why is this not working ? Lionel Lionel CRINE Ing=E9nieur Syst=E8mes documentaires Soci=E9t=E9 : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.58.70.70 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org