Richfaces 4 components don't render

后端 未结 2 766
小蘑菇
小蘑菇 2021-01-14 00:03

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

2条回答
  •  执念已碎
    2021-01-14 00:31

    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.

提交回复
热议问题