How to get elements from a list without using

2008-05-14 Thread whitesox12
Hi, I have a List that holds only 5 JavaBean Objects. Now I need to show the data on the JSP but don't want to use the http://www.nabble.com/How-to-get-elements-from-a-list-without-using-%3Clogic%3Aiterate-tp17231075p17231075.html Sent from the Struts - Dev mailing list archive at Nabble.com. -

Re: How to get elements from a list without using

2008-05-14 Thread whitesox12
Is there any other way other than using JSTL. As I am trying to use struts tags only. Thanks Antonio Petrelli-3 wrote: > > 2008/5/14 whitesox12 <[EMAIL PROTECTED]>: >> >> Hi, >> >> I have a List that holds only 5 JavaBean Objects. Now I need to show the &