The only thing I can think of is RichFaces Filter doesn't support <servlet-name>. You might try using <url-pattern> instead.
Matt On Thu, Jul 17, 2008 at 8:10 AM, Puck <[EMAIL PROTECTED]> wrote: > > 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]
