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 <logic:iterate....
Is there a way to manually get the List element by index and show data on the page in specific area and then get the next element i.e. List.get(0) then show the data and then List.get(1) etc. without using logic:iterate. I just need to get the elements from the List and then show the data only using struts tags. Any help is appreciated. Thanks -- View this message in context: 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]