In my doView function I create a collection of objects that I want to iterate through on a JSP. What is the best way to do that? I have my dispatcher which looks like it sends the response and request variables. Can I add the Collection of objects to that? If so, then how do I iterate through it in the JSP?
- Passing a Collection of Objects to a JSP Dan Olsen
- Re: Passing a Collection of Objects to a JSP Serkan Camurcuoglu
- Re: Passing a Collection of Objects to a JSP Dan Olsen
- Re: Passing a Collection of Objects to a J... David Sean Taylor