Hi,
I do not see why the following code is not working:
<s:div rendered="#{arztView.hasView}">
<rich:tabPanel switchType="client" id="tabbedPane">
<a:repeat value="#{arztView.view.praxisData}" var="praxis">
<rich:tab label="#{praxis.adresse.ort}" />
</a:repeat>
</rich:tabPanel>
</s:div>
tabbedPane: tab panel has no enabled or rendered tabs!
Already answered at this forum and jira.. only c:forEach using allowed in such cases bu not repeat.
The reason described in facelets wiki and some popular blogs.