Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 77076 invoked from network); 7 Sep 2005 10:07:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 10:07:35 -0000 Received: (qmail 79207 invoked by uid 500); 7 Sep 2005 10:07:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 79155 invoked by uid 500); 7 Sep 2005 10:07:23 -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 79142 invoked by uid 99); 7 Sep 2005 10:07:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 03:07:23 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=FORGED_RCVD_HELO,FROM_ENDS_IN_NUMS,RCVD_BY_IP,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjcu-commons-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 03:07:34 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ECwne-0001J0-82 for commons-user@jakarta.apache.org; Wed, 07 Sep 2005 12:05:02 +0200 Received: from 80.178.60.69 ([80.178.60.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 12:05:02 +0200 Received: from bmf1972 by 80.178.60.69 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 12:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: commons-user@jakarta.apache.org From: Adrian Herscu Subject: Re: [jelly] How to create maps Date: Wed, 07 Sep 2005 13:03:00 +0300 Lines: 42 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 80.178.60.69 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en, he, ro In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thought that there is some special JEXL syntax that allows the creation of collections, arrays and lists. So instead of: one could write: Dion Gillard wrote: > Using the new tag? > http://jakarta.apache.org/commons/jelly/tags.html#core:new > > On 9/7/05, Adrian Herscu wrote: > >>Hi all, >> >>I know how to access a map in Jelly. >> >> > var="iter" >> items="${map}"> >> ${iter.key} = ${iter.value} >> >> >>But, how can I create a map using Jelly syntax? >> >>Thanks, >>Adrian. >> >> >>--------------------------------------------------------------------- >>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