Re: logic:iterate fails on (large) collection

2004-07-13 Thread Bill Siggelkow
Oops -- my bad -- the JSP comments are balanced <%-- --%> Bill Siggelkow wrote: It is not the size of the collection you are having the problem with but more likely it is data-related. Make sure you view the source that gets generated -- that will usually clue you into the offending data. Hmm --

Re: logic:iterate fails on (large) collection

2004-07-13 Thread Bill Siggelkow
It is not the size of the collection you are having the problem with but more likely it is data-related. Make sure you view the source that gets generated -- that will usually clue you into the offending data. Hmm -- I noticed that you are using HTML comments around some of your tags. Keep in

Re: logic:iterate fails on (large) collection

2004-07-13 Thread Michael McGrady
At 05:24 AM 7/13/2004, you wrote: This is the page code: <%@ include file="/common/taglibs.jsp"%> As you can see, this is not enough info. You might want to substitute escape characters for the html? - To unsubscribe, e-mail:

RE: logic:iterate fails on (large) collection

2004-07-13 Thread Matthias Wessendorf
only a quick hint. did you look into displaytags ? -->http://displaytag.sourceforge.net/ i usem them for iterating. since they create HTML as well hope it helps (abit...) > -Original Message- > From: Trygve Hardersen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 2:25 PM >