Hi,
I want to include RichFaces in my Spring Web Flow project. I followed the documentation and added:
to my web.xml. Also included the libaries. While starting the Tomcat server I get the following error:Code:<filter> <display-name>RichFaces Filter</display-name> <filter-name>richfaces</filter-name> <filter-class>org.ajax4jsf.Filter</filter-class> </filter> <filter-mapping> <filter-name>richfaces</filter-name> <servlet-name>Faces Servlet</servlet-name> <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> <dispatcher>INCLUDE</dispatcher> </filter-mapping>
Any help?Code:SCHWERWIEGEND: Exception starting filter richfaces java.lang.IllegalStateException: Filter mapping for chameleon filter richfaces do not contain wilcard prefix or suffix at org.ajax4jsf.webapp.WebXml.setFilterName(WebXml.java:432) at org.ajax4jsf.webapp.WebXml.init(WebXml.java:182)
Regards
Flashrider


Reply With Quote