Hello Stuart,
> Can you not use i directly as you're already within el? I'm not sure
>why you want to embed the el.
>
>< sql:param value="${paramValues.name[i]}" />

 Because we need to specify i concretely for getting data in above case.


2014-09-25 18:08 GMT+09:00 Stuart Thiel <stuart.th...@gmail.com>:
> Hello Kazuaki,
> Can you not use i directly as you're already within el? I'm not sure
> why you want to embed the el.
>
> <sql:param value="${paramValues.name[i]}" />
>
> On Thu, Sep 25, 2014 at 5:03 AM, Kazuaki Miyauchi <miyau...@gmail.com> wrote:
>> 2014-09-24 22:53 GMT+09:00 Stuart Thiel <stuart.th...@gmail.com>:
>>> I really think something in your domain layer should be parsing your
>>> params and cleanly taking care of this all. You can still provide the
>>> cleaned up POJOS via attributes, and that makes more sense. If you're
>>> entirely skipping regular servlets and allowing direct access to JSP
>>> you can probably use something like
>>>
>>> ${paramValues.key[i]}
>>
>>  Using paramValues, it causes the same problem.
>> EL cannot be nested, so
>>
>> <sql:param value="${paramValues.name[${i}]}" /> cannot be compiled.
>>
>>  I think we need pre-taglibs-taglibs or EL can be nested for resolving this.
>>
>>  Regards.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org
>>
>
>
>
> --
> Stuart Thiel, P. Eng.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org

Reply via email to