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 -- I noticed that you are using HTML comments <!-- --> around some
of your <logic:notEmpty> tags.
Keep in mind that HTML comments *do not* prevent translation of the tags
within the comments. If you truly want to comment out the tags you need
to use JSP comments <%-- -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]