AW: How to use index in EL expression?
Peter Wagner <[email protected]> Mon, 6 Oct 2014 08:39:51 +0200
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
> <sql:update var="insert${i}">
> Is there a smart way to resolve above description?
This is not possible. I'd suggest to use beans instead.
Also, I would recommend to avoid using sql:update under any circumstances.
Regards, Peter