Return-Path: X-Original-To: apmail-tomcat-taglibs-user-archive@www.apache.org Delivered-To: apmail-tomcat-taglibs-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 519A8177A4 for ; Thu, 2 Oct 2014 09:06:54 +0000 (UTC) Received: (qmail 68543 invoked by uid 500); 2 Oct 2014 09:06:53 -0000 Delivered-To: apmail-tomcat-taglibs-user-archive@tomcat.apache.org Received: (qmail 68509 invoked by uid 500); 2 Oct 2014 09:06:53 -0000 Mailing-List: contact taglibs-user-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@tomcat.apache.org Received: (qmail 68489 invoked by uid 99); 2 Oct 2014 09:06:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 09:06:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of miyauchk@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vc0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 09:06:27 +0000 Received: by mail-vc0-f170.google.com with SMTP id hy10so1074128vcb.29 for ; Thu, 02 Oct 2014 02:06:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=OhqB38SckZLxjz4WjqEPE7mZ4Cq8AjJbYErxP89jwBo=; b=eqUCHy81Qlb3eMixh5fBzzxYVwKi/kWXyTxgLNNzAyy+KEJyBXMt1QureB55KgRe92 dg/n1G3tGJzv6btI5E2ruWSJwjzsvGtadI/UjtSBNXyGxHiAREMifRfz2hIedPEbQFbU DEETwJ0HOpAWUja3ZQmjzfHgy8XVndu5VF5SbMCsXR0hi+1CwPh/sL8ns3LzjNDheygH /eFbMdOb/2vy4C4BxO4AREzmLDxwurB0wGhuEniSv7Gkabb23dosQ8w4tvCEtE4uUsVe d5PWkMwb3SYTbhREFksD9JDH57OdCT9xYzuU8F91LQtAELck5mZ6SCIT3ZEPZHYSQuAu HASg== MIME-Version: 1.0 X-Received: by 10.220.186.196 with SMTP id ct4mr34908vcb.51.1412240785898; Thu, 02 Oct 2014 02:06:25 -0700 (PDT) Received: by 10.31.192.205 with HTTP; Thu, 2 Oct 2014 02:06:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Oct 2014 18:06:25 +0900 Message-ID: Subject: Re: How to use index in EL expression? From: Kazuaki Miyauchi To: Tag Libraries Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks a lot! I'll check its correctly working. Regards, K. Miyauchi 2014-09-25 19:00 GMT+09:00 Peter Wagner : > Hello, > > > use a temporary variable as an =E2=80=9Cindex=E2=80=9D: > > > > > > <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> > > > > > > EL Test > > > > > > > > > > > ${param[paramName]}
> >
> > > > > > > > > Regards, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@tomcat.apache.org For additional commands, e-mail: taglibs-user-help@tomcat.apache.org