p:dataTable has no content after upgrade 3.1.1 -> 3.2

UI Components for JSF
Post Reply
HerdplattenToni
Posts: 22
Joined: 28 Mar 2012, 11:10

28 Mar 2012, 11:21

Hi everyone,

I didn't see any breaking changes mentioned on the release announcement so I was a bit astonished to see that our dataTables stopped showing any rows after the upgrade.

we use the following attributes:

Code: Select all

<p:dataTable var="asset"
	rowIndexVar="rowIndex"
	value="#{bean.assets}" 
	id="#{bean.beanId}_assetsTable"
	style="width:95%;">
I know that rowIndex usage is discouraged but it's still mentioned in the docu so I guess it should stll work.

Other than that we use p:columnGroup and p:column inside the datatable with a c:forEach iterating over it. And quite some custom code using jQuery.
The columnGroups and header display still fine.

As mentioned, it works fine on 3.1.1, if I just switch back the maven dependency the rows get populated.

Any hint what change could have been breaking my page?

Thanks
HerdplattenToni

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 36 guests