Hello Guys,
Did anybody had the solution how to use Richfaces components in Appfuse
Application? In normal application, I used Richfaces jars(3.1.3),
Myfaces(1.1.4) and the following code in the 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-name>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
and included necessary taglib uri in my application. I tried to do the same
for appfuse application but did not work out for me. So, if some already
have the solution using richfaces in Appfuse application please let me know.
Thanking you.
Best Regards,
Ajaykumar
--
View this message in context:
http://www.nabble.com/Using-Richfaces-Components-tp14931615s2369p14931615.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]