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?
 
 

Reply via email to