• 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

Richfaces 3.3.3 Final, richfaces components script error on loading

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deploy the war and then open in internet explorer .....if any components script error is arised ....At that time not working...
(Ex: when loaded fileupload.js script error arises....so rich:fileupload not worked..)
For these i just close the browser and reopen the page it gets ok.......

 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RichFaces and IE don't get along as well as they might.

For one thing, some versions of IE have bugs in them that RichFaces triggers. IE9 and later have conflicts with the dialect of JavaScript that RichFaces 3 uses, which means that to work with recent versions of IE you need RichFaces 4 or alternatively must include HTML page directives to make IE process them in IE8-compatible mode.

Finally, I have a strong suspicion that really long JavaScript segments are not being properly synchronized in IE. In other words, IE attempts to use them before they finish downloading.

All of these problems are IE-specific. Other browsers such ac Chrome, Firefox, Safari, and so forth do not have them.
 
manikandan Prabhu
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ya IE has slow to load the components...Any other option is there for to load them quickly....because we cant migrate to richfaces 4 so we need to fix for temperory solution so please let me know any other option is there....
 
reply
    Bookmark Topic Watch Topic
  • New Topic