Foren

How to use liferay custom tag into JSF portlet

thumbnail
Enrico Oliosi, geändert vor 8 Jahren.

How to use liferay custom tag into JSF portlet

Junior Member Beiträge: 73 Beitrittsdatum: 06.07.10 Neueste Beiträge
Hi, all. How to use liferay custom tag into jsf portlet?
For example, in a xhtml file, I wrote the following markup:

<ui:composition ...
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:liferay-ui="http://liferay.com/faces/ui">
[...]
<liferay-ui:ddm-template-selector classnameid="1234" displaystyle="" displaystylegroupid="2343" refreshurl="" showemptyoption="true"></liferay-ui:ddm-template-selector>
[...]
</ui:composition>

Liferay doesn't translate "liferay-ui:ddm-template-selector", how can I solve it?

Thanks in advance.

Enrico
thumbnail
Neil Griffin, geändert vor 8 Jahren.

RE: How to use liferay custom tag into JSF portlet

Liferay Legend Beiträge: 2655 Beitrittsdatum: 27.07.05 Neueste Beiträge
Hi Enrico,

I'm sorry to say that as of right now, the Liferay Faces Portal project does not provide any JSF components for Liferay Dynamic Data Mapping (DDM).

You would need to use non-JSF technology to utilize the JSP-based DDM taglib. BTW, the JSP tag namespace for those JSP components is liferay-ddm, not liferay-ui.

Kind Regards,

Neil
thumbnail
Enrico Oliosi, geändert vor 8 Jahren.

RE: How to use liferay custom tag into JSF portlet

Junior Member Beiträge: 73 Beitrittsdatum: 06.07.10 Neueste Beiträge
Neil Griffin:
Hi Enrico,

I'm sorry to say that as of right now, the Liferay Faces Portal project does not provide any JSF components for Liferay Dynamic Data Mapping (DDM).

You would need to use non-JSF technology to utilize the JSP-based DDM taglib. BTW, the JSP tag namespace for those JSP components is liferay-ddm, not liferay-ui.

Kind Regards,

Neil


Hi Neil and thanks for your answer.

I didn't find any documentation about the solution. Could you tell me any resources (site or documentation) to read please?

Thanks a lot.
thumbnail
Kyle Joseph Stiemann, geändert vor 8 Jahren.

Moved.

Liferay Master Beiträge: 760 Beitrittsdatum: 14.01.13 Neueste Beiträge
thumbnail
Neil Griffin, geändert vor 8 Jahren.

RE: Moved.

Liferay Legend Beiträge: 2655 Beitrittsdatum: 27.07.05 Neueste Beiträge