Re: logic bean iterator

2010-03-05 Thread abhishek jain
On Fri, Mar 5, 2010 at 2:02 PM, abhishek jain wrote: > Hi friends, > I am using struts 1 , and i am trying to fetch a list from database, (as a > use case the students and marks ) > i need to display that in the jsp page by itegrating, > I can print via out.print() in jsp and not via the normal lo

logic bean iterator

2010-03-05 Thread abhishek jain
Hi friends, I am using struts 1 , and i am trying to fetch a list from database, (as a use case the students and marks ) i need to display that in the jsp page by itegrating, I can print via out.print() in jsp and not via the normal logic:iterate, Can any one point me to a suitable tutorial or chea