Tobago And Richfaces Won't live toghther
Recently i've tried to integrate MyFaces Tobago component library into an application i'm working on.
This application environment configuration is :
- JSF implementaion: myfaces-impl
-Component Libraries: Richfaces , MyFaces Tomahawk
after a short research came with the conclusion that Tobago component library won't live in this configuration ,due to the fact that
JSF only supports one renderkit (renderkitId) per page (f:view). Because Tobago has it's own renderkitId you cannot use any non-Tobago components that need a renderer.
RichFaces components uses their own renderers.
That lead us to this sad conclusion , Nop, they won't live together 
