• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Lot of Empty space getting introduced on Page after using struts logic:iterate tag

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,


I am facing a strange problem while rendering a JSP page using logic iterate tag. I am using the tag something as below;



Don't try to run this as there may be some errors here and there as I have updated some of the variable names. My version of this code works just fine. So please don't try to find errors and waste your time on writing things like "How this will work? There is a error here and there" this and that. Please don't misunderstand me.

Now let us turn to the real problem. The DataList is actually a list and has a lot of data in it. So it takes a little longer to execute. Now the problem is it introduces a lot of empty space on the page and also in the page source. I am not getting, from where the new lines are getting introduced in the page.

Does anybody know, how to get around this problem, keeping the above code structure intact?

I really appreciate all of you helper's time and help.

Thank you very much !
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic