Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 4151 invoked from network); 20 Jul 2005 16:06:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 16:06:07 -0000 Received: (qmail 33291 invoked by uid 500); 20 Jul 2005 16:05:48 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 33202 invoked by uid 500); 20 Jul 2005 16:05:48 -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 33154 invoked by uid 99); 20 Jul 2005 16:05:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 09:05:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mattom@gmx.at designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Jul 2005 09:05:39 -0700 Received: (qmail invoked by alias); 20 Jul 2005 16:05:41 -0000 Received: from mail.aim-ag.com (EHLO [10.0.1.17]) [193.154.31.84] by mail.gmx.net (mp003) with SMTP; 20 Jul 2005 18:05:41 +0200 X-Authenticated: #7708740 Message-ID: <42DE7655.1000903@gmx.at> Date: Wed, 20 Jul 2005 18:05:41 +0200 From: Thomas Lutz User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: CForms: Accessing javaflow continuation or session from java event handler... Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi list ! I use java as flow language, not javascript. This forces me to use java in all places, where javascript is used in the samples, and my problem are action event listeners. I managed to write a event listener in java, accessing all the form elements via the event param, but... How do I access the session, or the application ? Or even better, how do I access the instance of my javaflow class, to set some class variables ? As I don't like to convert all my flow code to javascript ... Help please :-) ! thanks, tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org