Hi Puck The org.ajax4jsf.Filter class is already defined for the a4j filter. You don't need to define it again for richfaces. Same with the filter mapping. All you need to include is the context-param.
Cheers Simon -----Original Message----- From: Puck [mailto:[EMAIL PROTECTED] Sent: Thursday, 17 July 2008 6:11 PM To: [email protected] Subject: [appfuse-user] Richfaces Hallo! i'm trying to integrate appfuse with richfaces, but i have an error: "Filter mapping for chameleon filter richfaces do not contain wilcard prefix or suffix" i put in my web.xml <context-param> <param-name>org.richfaces.SKIN</param-name> <param-value>blueSky</param-value> </context-param> <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> as required for richfaces. i also tried to delete the a4j filter (that is also contained in richfaces)..but i have this error. Someone know how integrate richfaces? Thanks -- View this message in context: http://www.nabble.com/Richfaces-tp18509309s2369p18509309.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
