On 31 Aug 2002, David M. Karr wrote: > JSTL can deal with the latter, allowing a reference like "array[3]". > I don't believe it will handle the former in any way. Is that > correct? I've tried some experiments and gone through the EL syntax, > and I don't see anything like this.
This is correct. We considered the feature, but it wasn't a priority, and nobody presented a compelling need for it. In JSP 2.0, you could accommodate it with a function; it could also always be added in a future version of JSP. -- Shawn Bayern "JSTL in Action" http://www.jstlbook.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
