Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 80067 invoked from network); 10 Apr 2009 11:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 11:33:28 -0000 Received: (qmail 20092 invoked by uid 500); 10 Apr 2009 11:33:27 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 20008 invoked by uid 500); 10 Apr 2009 11:33:27 -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 20000 invoked by uid 99); 10 Apr 2009 11:33:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 11:33:27 +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; Fri, 10 Apr 2009 11:33:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LsEyf-0007D2-6P for users@cocoon.apache.org; Fri, 10 Apr 2009 04:32:57 -0700 Message-ID: <22986639.post@talk.nabble.com> Date: Fri, 10 Apr 2009 04:32:57 -0700 (PDT) From: Maria Grigorieva To: users@cocoon.apache.org Subject: pass params from flowscript to ft:template ??? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mag-send@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello! I need to pass params from my flowscript page to template page using JXTemplates. Here the code from flowscript: var pairIons = dao.jdbc.getIonPairsNames(id); --- java function Here I've got List type of java. How can I pass this param to template xml-page without sendpage(...)??? My flowscript function is for show the form to input data. for example: function inputData() { dao.jdbc.createMatmodel(); var id = dao.jdbc.getCurrentSequenceValue("matmodel_id_seq"); var form = new Form("form-definition/experiment-data.xml"); var formMap = form.asMap(); ................................... ................................... var pairIons = dao.jdbc.getIonPairsNames(id); var show = "viewform-experiment-data-edit"; form.showForm(show); } I need to get pairIons value here: experiment-data.xml -- View this message in context: http://www.nabble.com/pass-params-from-flowscript-to-ft%3Atemplate-----tp22986639p22986639.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