dataTable doesn't work anymore since M4. RES_NOT_FOUND

UI Components for JSF
Post Reply
praenti
Posts: 1
Joined: 23 Dec 2011, 16:00

23 Dec 2011, 16:09

Hi,

I wanted to upgrade to version 3.0.RC2 but have heavy trouble with my dataTables. Did anyone else have problems there? M3 works well but if I use M4 I get no content rendered anymore. Also the getter in the BackingBean isn't called anymore.

A deeper look into the browser code show a lot of http://localhost:8080/avg/RES_NOT_FOUND 404 (Not Found)

Can anybody tell me whats wrong? Here is my xhtml code:

Code: Select all

<p:dataTable id="table-recipient" paginator="true" rows="10" emptyMessage="#{msg.recipientOverviewTableNoRecords}" paginatorTemplate="{CurrentPageReport} {PreviousPageLink} {NextPageLink}" currentPageReportTemplate="{startRecord} - {endRecord} #{msg.paginatorVon} {totalRecords}" value="#{recipientController.recipients}" var="item"	styleClass="avg_table">

  <p:column styleClass="recipientStatus_1">
    <f:facet name="header">#msg.recipientOverviewTableCityHeader}</f:facet>
    <h:outputText value="#{item.data.city}" />
  </p:column>
</p:dataTable>

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

23 Dec 2011, 16:14

Not sure, showcase seems fine.

tandraschko
PrimeFaces Core Developer
Posts: 3979
Joined: 03 Dec 2010, 14:11
Location: Bavaria, DE
Contact:

23 Dec 2011, 16:15

Check your logs. The jsf implementation should log which resource is missing.
Thomas Andraschko

PrimeFaces | PrimeFaces Extensions

Apache Member | OpenWebBeans, DeltaSpike, MyFaces, BVal, TomEE

Sponsor me: https://github.com/sponsors/tandraschko
Blog: http://tandraschko.blogspot.de/
Twitter: https://twitter.com/TAndraschko

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 22 guests