如何在Liferay 7.1的jsp中嵌入导航portlet?

如何在Liferay 7.1的jsp中嵌入导航portlet?,liferay,liferay-7.1,Liferay,Liferay 7.1,有没有办法在自定义JSP中嵌入导航portlet?我知道在主题中有一种方法可以调用portlet,但我认为在JSP中没有同样的方法 谢谢,当然可以 您有一个标记库,可以使用正确的portlet名称在自定义jsp页面中嵌入portlet <liferay-portlet:runtime portletName="com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet"> </liferay-po

有没有办法在自定义JSP中嵌入导航portlet?我知道在主题中有一种方法可以调用portlet,但我认为在JSP中没有同样的方法

谢谢,当然可以

您有一个标记库,可以使用正确的portlet名称在自定义jsp页面中嵌入portlet

<liferay-portlet:runtime portletName="com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet">
</liferay-portlet:runtime>