Displaying a list in JSP
782812Jul 21 2010 — edited Sep 2 2010Hi guys,
I'm struggling to find any examples of how to display a list of data in a custom JSP page. I will have some type of holding object to contain an array of BPM Objects. I would like to display one table row in the JSP for each object.
Does anyone have any examples of what format the instance variable should be and how i can map this into the attributes and iterate over this in the JSP.
thanks!
Neil