掲示板

Liferay 6.2 + JSF + IceFaces Datatable problem

6年前 に francesco dell'atti によって更新されました。

Liferay 6.2 + JSF + IceFaces Datatable problem

New Member 投稿: 2 参加年月日: 16/10/25 最新の投稿
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
6年前 に Juan Gonzalez によって更新されました。

RE: Liferay 6.2 + JSF + IceFaces Datatable problem

Liferay Legend 投稿: 3089 参加年月日: 08/10/28 最新の投稿
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
6年前 に Mario Russo によって更新されました。

RE: Liferay 6.2 + JSF + IceFaces Datatable problem

New Member 投稿: 2 参加年月日: 16/10/25 最新の投稿
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