Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Embedding OOTB Control panel portlet using liferay_portlet["runtime"]
I am trying to embed My Workflow Task Portlet in a page. I need to show it the end-user but they do not see the control menu.
This is the code i have in my template:
This is the code i have in my template:
<@liferay_portlet["runtime"] portletName="com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet"/>I have used a Web Content to display this Template in a Page and the the Workflow Tasks portlet is displayed. The issue I face is that when I click on the Tab "Assigned to My Roles" I do not navigate to it.Appreciate your help on this.
Hello,
looking for answer i found your post because i have the same thing you had to do and i got help from here
https://stackoverflow.com/questions/58188683/how-to-embed-navigation-portlet-in-a-jsp-in-liferay-7-1
Just posting a comment for future reference, Here's my JSP Code snippet for this task (as this still doesn't work with FTL)
<%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %>
<liferay-portlet:runtime portletName="com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet"> </liferay-portlet:runtime>
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™