Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 32539 invoked from network); 22 Jul 2009 12:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 12:59:09 -0000 Received: (qmail 32248 invoked by uid 500); 22 Jul 2009 13:00:10 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 32164 invoked by uid 500); 22 Jul 2009 13:00:09 -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 32156 invoked by uid 99); 22 Jul 2009 13:00:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 13:00:09 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 12:59:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MTbQ1-00006n-H3 for users@cocoon.apache.org; Wed, 22 Jul 2009 05:59:37 -0700 Message-ID: <24605557.post@talk.nabble.com> Date: Wed, 22 Jul 2009 05:59:37 -0700 (PDT) From: SGE0 To: users@cocoon.apache.org Subject: How to pass parameters to an xsp sheet (called in a element). MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: stefangeelen@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org I thought this was simple but I can't seem to pass request parameters to an xsp sheet which is called in a element. Following example: ... In the aggregation the xsp sheet is called via: src="cocoon:/myaccount/get-usage-reporting"/>: In the xsp sheet I can't pick up the request-parameters that were passed to the myaccount/usage-reporting.act pipeline: String period = parameters.getParameter("period", null); How can this be achieved ? What am I missing ? -- View this message in context: http://www.nabble.com/How-to-pass-parameters-to-an-xsp-sheet-%28called-in-a-%3Cmap%3Aaggregate%3E-element%29.-tp24605557p24605557.html 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