Re: How to use index in EL expression?

Kazuaki Miyauchi <[email protected]> Mon, 6 Oct 2014 10:05:19 +0900
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <CAFLYOCF-BCarKFaRSx8UGGBPcN4smzY74hbFK6cVP=KfRB43jQ@mail.gmail.com>
Hi. Peter.

 It works well. Thank you very much!
EL is fantastic!

 And now I have one more question.
var parameter doesn't seem to accept EL description as following.

<c:forEach var="i" begin="1" end="8">
<sql:update var="insert${i}">

 Is there a smart way to resolve above description?

Regards, K.Miyauchi