Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 98866 invoked from network); 25 Apr 2006 07:39:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 07:39:18 -0000 Received: (qmail 89751 invoked by uid 500); 25 Apr 2006 07:39:13 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 89694 invoked by uid 500); 25 Apr 2006 07:39:13 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 89683 invoked by uid 99); 25 Apr 2006 07:39:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 00:39:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [134.96.188.26] (HELO mail.dfki.de) (134.96.188.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 00:39:12 -0700 Received: from mail.dfki.de (localhost.dfki.uni-sb.de [127.0.0.1]) by localhost (Postfix) with ESMTP id 7A2B3E4923 for ; Tue, 25 Apr 2006 09:38:46 +0200 (CEST) Received: from [127.0.0.1] (dave [134.96.184.220]) by mail.dfki.de (Postfix) with ESMTP id 64DC7E480F for ; Tue, 25 Apr 2006 09:38:46 +0200 (CEST) Message-ID: <444DD206.1040505@activemath.org> Date: Tue, 25 Apr 2006 09:38:46 +0200 From: Paul Libbrecht Reply-To: paul@activemath.org User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [Jelly] How to pass a collection to a TagSupport References: <004a01c667cd$b4e745d0$0302a8c0@jemoserver> <444D4C6D.4040104@activemath.org> <005e01c667f0$6662f0d0$0302a8c0@jemoserver> In-Reply-To: <005e01c667f0$6662f0d0$0302a8c0@jemoserver> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hey Marco, newbies are welcome at Jelly... and I fear the assistance of the list is needed since documentation can be somehow... lagging behind. paul Marco Tedone wrote: > Thank you. That worked nicely. You know, I'm a newbie. > ----- Original Message ----- From: "Paul Libbrecht" > To: "Jakarta Commons Users List" > Sent: Monday, April 24, 2006 11:08 PM > Subject: Re: [Jelly] How to pass a collection to a TagSupport > > >> Marco Tedone wrote: >>> Hi, I've got a class which extends TagSupport. This class has got >>> many initialization attributes. Some of them are Collections, some >>> are arrays. How to I pass, from within the Jelly tag, all the values >>> to a collection or to an array? >> Why does it not work to pass have a setter be called by the >> collection with such a thing as >> >> ${coll.add('a')} ${col.add('b')} ${col.add('c')} >> >> >> ? >> >> Or do you want to type in a litteral collection (such as >> ['a','b','c']) ? >> >> paul >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: commons-user-help@jakarta.apache.org >> >> > > --- > [This E-mail has been scanned for viruses but it is your > responsibility to maintain up to date anti virus software on the > device that you are > currently using to read this email. ] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org