12 Replies Latest reply on Apr 9, 2013 4:48 PM by vernon.singleton

    "jQuery.atmosphere is undefined" Troubleshooting Resource Optimization issue.

    ealonso04

      I have the following error and tried to solve it by doing what "JavaScript errors due to wrong resource loading order" section in https://community.jboss.org/wiki/Troubleshooting-ResourceOptimization#comment-10489 said but it's not working:

      tooltip_error_browser_03.PNG

       

      I put the <h:outputScript name=”javax.faces:jsf.js” /> and <h:outputScript name=”jquery.js” /> inside the <h:header> tag like this:

       

           <h:head>

              <h:outputScript name="javax.faces:jsf.js" />

              <h:outputScript name="jquery.js" />

          </h:head>

       

      What am I missing?

       

      I have attached the page source of my xhtml in order to give you more information about that.

       

      Thanks in advance for any help!