• 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

JSP output in Opera Mozilla IE!

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
what I have is that my code is running properly with Mozilla and Opera browsers, but sucks with IE. I have custom tags, on JSPs, which(ct) itself utilize JavaBeans which utilize other JavaBeans ...
my IE browser output is just empty, while it's fine with Mozilla.
what might be the reason? Buffer Size?
hoping to get an answer soon!
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by comma geneus:
Hi all.
what I have is that my code is running properly with Mozilla and Opera browsers, but sucks with IE. I have custom tags, on JSPs, which(ct) itself utilize JavaBeans which utilize other JavaBeans ...
my IE browser output is just empty, while it's fine with Mozilla.
what might be the reason? Buffer Size?
hoping to get an answer soon!


Could be that you are putting the output in a table or frame? If that is the case, check what html works with the browser, as there are slight differances. The browser just displays the data, that is all. Make sure your data is formatted for IE.
 
Brusk Baran
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, i am writing tables, using lots of tr td....
maybe that is the reason, I am using ie 6. latest...
and format of table might be wrong
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic