Hi,
What problems did u face with this setup of richfaces. Any stacktraces or
something that we can look at?

--Irshad.

Casanova wrote:
> 
> 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-tp14931615s2369p17099848.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