No images on nextPage-Button of p:dataTable

UI Components for JSF
Post Reply
itachy
Posts: 5
Joined: 26 Aug 2010, 17:34

09 Sep 2010, 12:31

Hi,

I'm using PrimeFaces in Version 2.2 with JSF 2.0 (Mojarra) on Tomcat 7. There I have the problem, that the images for the nextPage, prevPage, lastPAge, etc.
not shown on the Buttons for the paginator-attribute of p:dataTable.
In other places the theme (Redmond-Theme) works very well but in this situation it won't work and I don't know why :?

Code: Select all

<p:dataTable rendered="#{searchBean.searched}" var="core" value="#{searchBean.mycore.search.structResult}"
		selection="#{searchBean.mycore.result}"
			selectionMode="cellblock"
			paginator="true" rows="10"
			paginatorTemplate="{RowsPerPageDropdown} {FirstPageLink} {PreviousPageLink} {CurrentPageReport} {NextPageLink} {LastPageLink}" 
			nextPageLinkLabel=">"
			rowsPerPageTemplate="5,10,15"
			lazy="true"
			>
....
Thanks for your help :)

greetings, itachy

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

09 Sep 2010, 23:18

I guess you have a problem of configuring themes since they provide the icons.

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 49 guests