Forums de discussion

Components of Primefaces 5.0 don't work with Liferay 6.2

Pedro Uceda, modifié il y a 9 années.

Components of Primefaces 5.0 don't work with Liferay 6.2

New Member Envoyer: 1 Date d'inscription: 16/09/14 Publications récentes
Hi,

Im facing an issue relate the use of both primefaces portlets and liferay together. The problem is that, for instance, the paginators don't work ( the content of the datatables is not refresh when I push in the paginator's button pages).

I've been for a whole day looking for a solution but i was not able to do it.

I have to say that this components are inside a h: form tag and my liferay-portlet.xml is this:

<!--?xml version="1.0"?-->


<liferay-portlet-app>
	<portlet>
		<portlet-name>myportlet</portlet-name>
		<icon>/icon.png</icon>
		<instanceable>false</instanceable>
		<private-session-attributes>false</private-session-attributes>
        <requires-namespaced-parameters>false</requires-namespaced-parameters>
		<ajaxable>false</ajaxable>
<!-- 		<header-portlet-css>/css/main.css</header-portlet-css> -->
		<header-portlet-css>/../myportlet/css/main.css</header-portlet-css>
	</portlet>
	<role-mapper>
		<role-name>administrator</role-name>
		<role-link>Administrator</role-link>
	</role-mapper>
	<role-mapper>
		<role-name>guest</role-name>
		<role-link>Guest</role-link>
	</role-mapper>
	<role-mapper>
		<role-name>power-user</role-name>
		<role-link>Power User</role-link>
	</role-mapper>
	<role-mapper>
		<role-name>user</role-name>
		<role-link>User</role-link>
	</role-mapper>
</liferay-portlet-app>



Thanks in advance.
thumbnail
Neil Griffin, modifié il y a 9 années.

RE: Components of Primefaces 5.0 don't work with Liferay 6.2

Liferay Legend Publications: 2655 Date d'inscription: 27/07/05 Publications récentes
Hi Pedro,

I don't know if this is the same problem you are seeing, but we are aware that FACES-1977 is a known problem with PrimeFaces 5 portlets. When you get a chance, please follow the instructions in this other forum post and let us know if it fixes your problem.

Kind Regards,

Neil