Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 16879 invoked from network); 25 Jul 2007 08:39:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 08:39:14 -0000 Received: (qmail 72181 invoked by uid 500); 25 Jul 2007 08:39:11 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 72131 invoked by uid 500); 25 Jul 2007 08:39:11 -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 72120 invoked by uid 99); 25 Jul 2007 08:39:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 01:39:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.247.154.168] (HELO swip.net) (212.247.154.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 01:39:09 -0700 X-Cloudmark-Score: 0.000000 [] Received: from aae63.unibe.ch (account cxu-8cd-hm6@tele2.ch [130.92.79.63] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 555963856 for users@cocoon.apache.org; Wed, 25 Jul 2007 10:38:46 +0200 Message-ID: <46A70C08.4070303@weitling.net> Date: Wed, 25 Jul 2007 10:38:32 +0200 From: Dev at weitling User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Access to bizData in References: <469F54AD.9050101@weitling.net> <20070719133035.GK4996@localhost.localdomain> In-Reply-To: <20070719133035.GK4996@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Tobia, your solution works like a charm but I became jaunty and tried the following: --- flowscript --- var selist = new Packages.demo.MyJavaSelection(); form.getChild('mySelectionList').setSelectionList(selist); --- MySelectionList.java --- protected boolean build () throws Exception { super.addItem("!!","Hey, you!"); super.addItem("??","Who me?"); return true; } And this results in always in a NullPointerException. Do you have any idea? Well, I can surround this, but using AbstractJavaSelectionList shouldn't have so many obstacles :-) Bye, Florian --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org