Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 88920 invoked from network); 30 Jun 2005 19:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 19:19:01 -0000 Received: (qmail 91808 invoked by uid 500); 30 Jun 2005 19:18:57 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 91748 invoked by uid 500); 30 Jun 2005 19:18:56 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 91734 invoked by uid 99); 30 Jun 2005 19:18:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 12:18:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of irv.salisbury@gmail.com designates 64.233.184.201 as permitted sender) Received: from [64.233.184.201] (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 12:18:58 -0700 Received: by wproxy.gmail.com with SMTP id i35so115740wra for ; Thu, 30 Jun 2005 12:18:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h3L5EM8H/OyoG0kuca3u2ubHZe4Z48kRnpDlZEnajwTUNe1H7FoWp0o+0BtvaomGTmVz5Agat77PzLdgk9MdD7QdRTqRRwBmwYrCPUYMa2rae7nOIdUhBUPxt3mtLtQniSJ1QhCPgA7W0naVPHA5reY37iVUkClqz4xTL5eCaIE= Received: by 10.54.15.59 with SMTP id 59mr397866wro; Thu, 30 Jun 2005 12:18:55 -0700 (PDT) Received: by 10.54.24.65 with HTTP; Thu, 30 Jun 2005 12:18:54 -0700 (PDT) Message-ID: <8b8d97d2050630121838e6f176@mail.gmail.com> Date: Thu, 30 Jun 2005 15:18:55 -0400 From: Irv Salisbury Reply-To: Irv Salisbury To: dev@cocoon.apache.org Subject: Re: Sitemap parameters within JavaFlow In-Reply-To: <8b8d97d2050630102437afefd0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8b8d97d205063010183493c87a@mail.gmail.com> <8b8d97d2050630102437afefd0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It looks like the getParameters method worked fine using the solution listed below. On 6/30/05, Irv Salisbury wrote: > It looks like in the code for AbstractContiuable there is the following: >=20 > return (ContinuationContext) > Continuation.currentContinuation().getContext(); >=20 > On ContiuationContext there is a getParameters method. Am I barking > up the right tree here? >=20 >=20 > On 6/30/05, Irv Salisbury wrote: > > I posted this to the users, but we are in such a hurry with this... > > Plus, I didn't really get any google answers, so it might be more of a > > dev question anyway: > > > > I am in the process of converting some javascript flow to Java flow. > > We pass in some parameters to the function through the sitemap > > currently as follows: > > > > > > > > > > > > > > > > > > > > How do I do this with Javaflow? In the javascript, I would do the > > following to get at it: > > > > var module =3D cocoon.parameters.module; > > var screen =3D cocoon.parameters.screen; > > > > So, how can I get access to these parameters? > > > > I saw some putback notices that seem to point to there being a > > solution, but nothing I could find in the samples or on google. > > > > Thanks for any help. > > > > Irv > > >