logic:iterate and collections

2003-03-14 Thread Jason Vinson
I am putting a collection on the request as an attribute, and i can't access it for some reason. Maybe a few of you could shed some light on this problem: jsp logic:iterate collection=nestResults id=spgExtendedSearchForm /jsp console output javax.servlet.jsp.JspException: Cannot create

RE: logic:iterate and collections

2003-03-14 Thread apachep2
I wrap my collection in a bean logic:iterate name=mybean property=mycollection id=myelement -Original Message- From: Jason Vinson [mailto:[EMAIL PROTECTED] Sent: March 14, 2003 9:59 AM To: Struts Users Mailing List Subject: logic:iterate and collections I am putting a collection