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]

Reply via email to