0 Replies Latest reply on May 16, 2007 3:44 AM by krantz.marcus

    Ajax4jsf Jboss Portal

    krantz.marcus

      Hi all!
      When I try to use ajax4jsf in a portlet I have, I get the following error:

      javax.faces.FacesException: Resources framework is not initialised, check web.xml for Filter configuration

      I think it's wrong in my web.xml file, but I followed the instructions given in the README. Here's the contents:


      <display-name>Ajax4jsf Filter</display-name>
      <filter-name>ajax4jsf</filter-name>
      <filter-class>org.ajax4jsf.Filter</filter-class>


      <filter-mapping>
      <filter-name>ajax4jsf</filter-name>
      <servlet-name>Faces Servlet</servlet-name>
      REQUEST
      FORWARD
      INCLUDE
      </filter-mapping>

      I'm very new to this so I'm not sure of what's wrong here. I appreciate any help!

      Regads,
      Marcus