• 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

Page rendering is not happening in proper order

 
Greenhorn
Posts: 24
Android MyEclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have an issue in rendering a jsp page in another jsp page for IE8 browser.

I am using tiles insert tag[ ] to include the child jsp page in the parent page. The parent page holds a header with a heading text, the tile insert tag for child jsp page, two images in a div and the footer below to the inserted page.

Usually the child jsp page will contain a big chunk of data and take some time to render in the browser. In IE7, the bottom placed images will be shown only when the child page is fully rendered, but in IE8 it is not happening. Instead, the parent page is rendered fully before the child jsp page is getting fully rendered in browser.

Could somebody know why this strange behaviour is happening in IE8 browser.

Thanks,
Arun Vasu
 
Is this the real life? Is this just fantasy? Is this a tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic