0 Replies Latest reply on Aug 28, 2008 8:22 PM by greenthumb

    A4J not defined

    greenthumb

      I was getting an A4J not defined javascript error on a page I navigated to from a page where the ajax calls were working.

      The problem with the navigated to page was that the necessary ajax javascript was not being dynamically added to the page. The problem appeared to be the fact that I had some javascript at the bottom of the page. I moved that javascript into the document head where it should be anyway and all is good now.

      Just thought I would pass this on since I had seen the problem mentioned a couple of times.

      Michelle