-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Folks,
I noticed that the behavior of ExtVal 2.0.4 changed from during the
development.
Using the SNAPSHOT version of May 20 02:47:54 CEST 2010, the sorting
in p:datatable (Primfaces 2.0.0) works fine. If I switch to the
current SNAPSHOT, the sorting stops working: the table just shows
Loading... but never finishes it.
<p:dataTable id="items"
value="#{searchController.searchResult}"
var="item" paginator="true" rows="8" dynamic="true">
<p:column sortBy="#{item.name}">
<f:facet name="header">
<h:outputText value="Name" />
</f:facet>
<h:outputText value="#{item.name}" />
</p:column>
<p:column>
<f:facet name="header">
<h:outputText value="Action" />
</f:facet>
<p:commandLink value="Popup"
action="#{searchController.doPrepairCurrentItem(item)}"
oncomplete="PopupDialog.show()"
update="PopupDialogForm">
</p:commandLink>
</p:column>
</p:dataTable>
Any ideas?
Kind regards,
Simon
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkxHKDMACgkQwNq/QDsDo2tupwCfeF5nx/U+q6V/E/zFGIgtl/6X
x9MAn0Ep+ipM6xgDyqi/1nUN/scMnmos
=mhsG
-----END PGP SIGNATURE-----