Foros de discusión

Liferay 6.2 + JSF + IceFaces Datatable problem

francesco dell'atti, modificado hace 6 años.

Liferay 6.2 + JSF + IceFaces Datatable problem

New Member Mensajes: 2 Fecha de incorporación: 25/10/16 Mensajes recientes
Hi,
I'm trying to migrate a series of portlets that are currently running correctly under liferay 6.1, to run them with liferay 6.2 GA6 (jre 1.8).
I did not find any particular difficulty, but a portlet that makes use of icefaces datatable, the migrated portlet works correctly on the display but clicks on paging indexes does nothing and does not return any errors.

To test I created a new "clean" JSF IceFaces portlet, I created a datatable but I came across the same problem: it is rendered correctly but it does not work the index paging: clicking on indexes of the pages, nothing happens, the source is in attachment Thank you
thumbnail
Juan Gonzalez, modificado hace 6 años.

RE: Liferay 6.2 + JSF + IceFaces Datatable problem

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
Did you try to set
<requires-namespaced-parameters>false</requires-namespaced-parameters>
in liferay-portlet.xml like this?:

https://github.com/liferay/liferay-faces-bridge-impl/blob/3.x/demo/jsf-applicant-portlet/src/main/webapp/WEB-INF/liferay-portlet.xml#L10
Mario Russo, modificado hace 6 años.

RE: Liferay 6.2 + JSF + IceFaces Datatable problem

New Member Mensajes: 2 Fecha de incorporación: 25/10/16 Mensajes recientes
Juan Gonzalez:
Did you try to set
<requires-namespaced-parameters>false</requires-namespaced-parameters>
in liferay-portlet.xml like this?:

https://github.com/liferay/liferay-faces-bridge-impl/blob/3.x/demo/jsf-applicant-portlet/src/main/webapp/WEB-INF/liferay-portlet.xml#L10


you can not imagine how much you helped me. Thank you