logic:iterate fails on (large) collection - solved

2004-07-13 Thread Trygve Hardersen
Hello again Problem solved, it was, of course, a data error, caused by a message key not found in the ApplicationResources file. Sorry to have bothered you with a non-problem question, and many thanks for the quick and useful replies. That's (among other things) what makes the Java community so gre

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
2004 2:25 PM > To: [EMAIL PROTECTED] > Subject: logic:iterate fails on (large) collection > > > Hello there > This is driving me mad, any help or hints are much > appreciated. I have a page that iterates through a collection > of simple objects, and lists them for users

logic:iterate fails on (large) collection

2004-07-13 Thread Trygve Hardersen
Hello there This is driving me mad, any help or hints are much appreciated. I have a page that iterates through a collection of simple objects, and lists them for users to select some of them (checkbox), edit a property and submit the results (much like an inbox). This works great, when the list ha