0 Replies Latest reply on Apr 28, 2009 10:14 PM by ask777

    Richfaces Ajax event firing

      Running into issues with A4J scripts not loading and thereby resulting in 'A4J undefined ' javascript error


      I have had to make the following context param  available in web.xml :


        <context-param>
         <param-name>org.richfaces.LoadScriptStrategy</param-name>
         <param-value>ALL</param-value>
         </context-param>
      


      Does this seem right?