0 Replies Latest reply on Jul 25, 2011 9:00 AM by satyakatti

    Richfaces and JQuery conflict

    satyakatti

      Hi All,

       

      I have implemented a customised table using html and JQuery. But when I include that table in my page, the DnD functionality does not function as expected.

       

      If I change any jquery or jquery-ui libraries then DnD works but other hyperlinks build using h:outputText are not functioning.

       

      Here is how I am loading the libraries.

       

      <a4j:loadScript src="resource://jquery.js" />

      <a4j:loadScript src="#{navMsgs.UtilityApplication}/javaScript/resManagementDataTable.js" />

      <a4j:loadScript src="#{navMsgs.UtilityApplication}/javaScript/jquery-ui-1.8.14.custom.min.js" />

       

      I also tried migrating to RF 3.3.3 from RF 3.3.0...but no success.

       

      Can you tell me if there is any conflict between jquery shiphed with RF and the one I am including?

       

      Regards,

      Satya