5 Replies Latest reply on Apr 3, 2008 2:50 PM by sergeysmirnov

    Richfaces 3.2 - Bad news for my application

    hobione2007

      I was very curious about Richfaces 3.2 release and added three jar files to my application classpath but here what happened.
      1. Model panel quit working, big nasty error

      Could not get Input stream for resource: org/richfaces/renderkit/html/scripts/browser_info.js at org.ajax4jsf.resource.InternetResourceService.load(InternetResourceService.java:335) at org.ajax4jsf.cache.LRUMapCache.load(LRUMapCache.java:116) at org.ajax4jsf.cache.LRUMapCache.get(LRUMapCache.java:87) at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:195) at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:141) at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:260) at ……..
      

      2. Panel Menu quit working
      3. Drop Down Menu would not work either
      4. Also got an error about Tool Tip
      Pretty much everything quit working, I must doing something terribly wrong. All I did, took off all 3.1.4 and added these three files.
      richfaces-api-3.2.0.GA.jar
      richfaces-impl-3.2.0.GA.jar
      richfaces-ui-3.2.0.GA.jar

      BTW, I am using jsf-facelets1.1.13.jar and also common-collections-3.2.jar
      This application is running on Glassfish V2, UR1 using richfaces 3.1 perfectly but not co-operating with 3.2 release
      Please advise.
      Hobi