RE: [JSTL] accessing rows by index

2004-05-26 Thread Hookom, Jacob
So you've tried ${xyz.rows[1]} ? -Original Message- From: Axel Seinsche [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 1:59 PM To: Struts Users Mailing List Subject: [JSTL] accessing rows by index Hi all, in my Struts application I can access result collection from sql:

[JSTL] accessing rows by index

2004-05-26 Thread Axel Seinsche
Hi all, in my Struts application I can access result collection from sql:query with the forEach loop. When I try access one single row by index, it fails. Right now I solved this with defining a forEach loop where begin and end are the index I want to access. This looks like this: ... In m