3 Replies Latest reply on Aug 24, 2007 4:02 AM by _jmax_

    RichFaces 3.0.2 snapshot + jQuery + Tree

    _jmax_

      Hi,

      I use jQuery javascript Framework on my project.
      I prevent conflict with jQuery.noConflict(); (to work with Prototype)

      With this jars :
      - richfaces 3.0.1
      - ajax4jsf 1.1.1
      With tree component, a javascript error occurs : too much recursion (json.js).
      This bug is resolved in version 3.0.2 (http://jira.jboss.com/jira/browse/RF-472)

      So i try 3.0.2 version snapshot (2007-07-24) :
      - richFaces 3.0.2 Snapshot
      - ajax4jsf 1.1.2 snapshot
      With tree component, a javascript error occurs :
      - Firefox : $(this.id) has no properties (tree-item.js line 6)
      - IE7 : element = document.getElementBuId(element) (org.ajax4jsf.frameworf.resource.PrototypeScript.js line 83)

      It seems that SimpleTogglePanel.js has problems as well.

      Note: i use SuggestionBox in my project without javascript errors.