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 A81BD11D99 for ; Wed, 24 Sep 2014 09:55:02 +0000 (UTC) Received: (qmail 67637 invoked by uid 500); 24 Sep 2014 09:55:02 -0000 Delivered-To: apmail-tomcat-taglibs-user-archive@tomcat.apache.org Received: (qmail 67604 invoked by uid 500); 24 Sep 2014 09:55:02 -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 67580 invoked by uid 99); 24 Sep 2014 09:55:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 09:55:02 +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.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 09:54:35 +0000 Received: by mail-wi0-f171.google.com with SMTP id ho1so6541674wib.4 for ; Wed, 24 Sep 2014 02:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lrENLUhFh5ByXnMpSLn2vh1uTniMJXBJwlniXhVBHas=; b=uEanlgBDWZ55rzHn9RhrYbkXxaxeYM/FFkWyr/TlH87ida6olwMli6jJGgWWSgP+TQ FfS1UNF9R9lhB0UtHRlN/0TK1zQDzwluuEkyk6f0c+xeovxkkwEUqVwlY502q4tphEhc 0jmglxV5D+ULj/3Ob0/OW+SolwJppTpuOd/Zg7a2TQupAhOrhA0vCi0oVDZIOjOWwIS5 DO/5uA6/61DxoLh1IVm2cdYoUeRlJgltXayIxyasqdOMW2Myg0OoVsV+5peKeWXnxs3N NYuQG46VIew43w9o3N8ScekSXvVh6lcUCoR2hqU1vuU8v81XEkD3v/cLKDpDa8+WqUnM oDPQ== MIME-Version: 1.0 X-Received: by 10.194.24.101 with SMTP id t5mr6625217wjf.76.1411552475099; Wed, 24 Sep 2014 02:54:35 -0700 (PDT) Received: by 10.194.87.164 with HTTP; Wed, 24 Sep 2014 02:54:35 -0700 (PDT) Date: Wed, 24 Sep 2014 18:54:35 +0900 Message-ID: Subject: How to use index in EL expression? From: Kazuaki Miyauchi To: Tag Libraries Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, it is also convenient to use the iteration of ELs such as . Of course, it doesn't work. But, I'd like to do the following iteration. insert into member values (1,?::integer,${i},?,?,?) Is there some idea for this without whole description expanding i? Regards, --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@tomcat.apache.org For additional commands, e-mail: taglibs-user-help@tomcat.apache.org