1 Reply Latest reply on Apr 28, 2009 10:15 AM by nbelaevski

    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?


        • 1. Re: Ajax event firing
          nbelaevski

          Hello,

          It should work ok either with strategy named "DEFAULT" or when no strategy is configured in web.xml at all. Please describe your environment in more details.