The problem I have is that jsf tags are not being parsed, so I\'m not seeing richfaces components in my pages. I\'m using richfaces 4, tomcat 7, and jsf 2.0
This is
I had the same problem, but with a different root cause. For me, richfaces components, in particular the rich:tabPanel, were not rendering because there were plain html tags in the page.
...
instead of
...
caused the rich:tabPanel to not display at all.
Using plain html body tags caused the tabs to render, but not be clickable.