From: "JoAnn Lemm" <[EMAIL PROTECTED]> > I'm wondering if anyone else is seeing this impact. > The resulting html looks like the following. Note all the empty spaces. > Needless to say, this has impacted performance on the website > significantly by increasing the size of the page to something ludicrous > when I have more than 20 rows of data to display! > Anyone have a solution for this? A patch somewhere?
Can you switch to using the JSTL tag <c:forEach> instead of logic:iterate? I use that and don't have multiple blank lines showing up on each iteration. You could also put a Filter on the webapp and remove extraneous spaces from the outbound HTML response. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]