1 2 Previous Next 17 Replies Latest reply on Jan 20, 2009 3:30 AM by jaininaveen

    Richfaces 3.1 --> Prototype.Browser has no properties

      I am getting the following error when opening a modal panel with RF 9/11 Snapshot.

      Googling suggests that I should be using Prototype 1.5.1 and looking at

      /a4j_3_1_0-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript


      I see

      var Prototype={Version:'1.5.1.1' Browser:{IE:!!(window.attachEvent&&!window.opera),Opera:!!window.opera,WebKit:navigator.userAgent.indexOf('AppleWebKit/')>-1,Gecko:navigator.userAgent.indexOf('Gecko')>-1&&navigator.userAgent.indexOf('KHTML')==-1},BrowserFeatures:{XPath:!!document.evaluate,ElementExtensions:!!window.HTMLElement,SpecificElementExtensions:(document.createElement('div').__proto__!==document.createElement('form').__proto__)},ScriptFragment:'<script[^>]*>([\\S\\s]*?)<\/script>',JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(x){return x}}
      var Class={create:function(){return function(){this.initialize.apply(this,arguments);}}}
      var Abstract=new Object();Object.extend=function(destination,source){for(var property in source){destination[property]=source[property];}
      return destination;}
      
      ...


      I have tried CTRL F5 and clearing my cache.

      Is this a know problem or just a problem with my enviroment?


        1 2 Previous Next