2 Replies Latest reply on Oct 20, 2010 2:25 PM by rammyramkumar

    FastFilter error

    courtneycouch

      I was just trying out the fastfilter for @#*$s and giggles and ran into this error:

      04:56:13,468 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
      java.lang.NoClassDefFoundError: org/cyberneko/html/filters/ElementRemover
       at org.ajax4jsf.framework.ajax.xmlfilter.nekko.NekkoParser.<init>(NekkoParser.java:81)
       at org.ajax4jsf.framework.ajax.xmlfilter.nekko.NekkoXMLFilter.getXmlParser(NekkoXMLFilter.java:85)
       at org.ajax4jsf.framework.ajax.xmlfilter.nekko.NekkoXMLFilter.getParser(NekkoXMLFilter.java:42)
       at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:156)
       ....
      
      


      For the FastFilter to work is there a seperate jar that needs to be added to resolve that or is there some configuration I'm missing?

      -c