留言板

Liferay 6.2 + JSF + IceFaces Datatable problem

francesco dell'atti,修改在6 年前。

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
Juan Gonzalez,修改在6 年前。

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
Mario Russo,修改在6 年前。

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