PrimeMobile pm:listView

UI Components for JSF
Post Reply
Jgomes
Posts: 125
Joined: 13 Oct 2011, 11:30

14 Oct 2011, 10:14

Hello,

I'm update a application with touchfaces to PrimeMobile,

in touchfaces I had a rowgroup inside other rowgroup, but with Pimemobile I use pm:listview, but to pt other pm:listview inside a other, the information of second appear in new window, How Can I put to pm:listview?

old code:

Code: Select all

<i:view id="lists" title="Participació">
                        <f:facet name="leftNavBar">
                                <i:navBarControl label="Home" view="home" />
                        </f:facet>
                       
                        <i:tableView >
                        	<h:outputText value="Última actualització: #{participation.horaParticipacio}" />
                        	
                        	<i:rowGroup title="Participació total">
                        		<i:rowItem value="Vots totals Parroquial: #{participation.total_participacioP}"  />
                                <i:rowItem value="Vots totals Nacional: #{participation.total_participacioN}"  />
	                        </i:rowGroup>
	                        <i:rowGroup title="Detallat per parroquia">
	                        	<ui:repeat value="#{participation.participacioTable}" var="dpt">
	                                <i:rowGroup title="#{dpt.comu}">
	                                        <i:rowItem value="Vot Parroquial: #{dpt.vots_parroquials} - #{dpt.percentatge_parroquials}%"  />
	                                        <i:rowItem value="Vot Nacional: #{dpt.vots_nacionals} - #{dpt.percentatge_nacionals}%"  />	
	                                </i:rowGroup>
	                        	</ui:repeat>
                            </i:rowGroup> 
                        </i:tableView>
                </i:view>             
thx
Primefaces 5.2/5.3
Mojarra 2.1.29
Jboss AS7-WildFly 8

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 42 guests