TabView Model

UI Components for JSF
Post Reply
pedgoncalves
Posts: 4
Joined: 20 Jul 2011, 21:20

05 Aug 2011, 15:03

Hi!
I´m trying to use the TabView Model, like de showcase-lab (http://www.primefaces.org/showcase-labs ... wModel.jsf) but nothing is rendered...
Is it already working? I´m using primefaces 3.0M2

My code:

Code: Select all

<p:tabView var="team" value="#{paymentMBean.teamList}">  
   <p:tab title="#{team.description}">  
      <h:panelGrid>  
         <p:dataTable var="customer" value="#{team.customers}"> <!-- Another collection -->
            <p:column>
	       <f:facet name="header">
		   <h:outputText value="#{msgs['template.menu.cadastro.aluno']}" />
	       </f:facet>
	      <h:outputText value="#{customer.nome}" />
           </p:column>
         </p:dataTable>
      </h:panelGrid>  
   </p:tab>  
</p:tabView>  
Any problem?

Tnks!

Drake
Posts: 44
Joined: 25 Jan 2011, 10:59

05 Aug 2011, 15:12

This feature is available with PrimeFaces 3.0.M3-SNAPSHOT
WildFly 10.1.0 Final, Mojarra 2.2.15 PrimeFaces 6.2

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 82 guests