| Author |
portlet in jsp
|
nandini lagunia
Ranch Hand
Joined: May 05, 2009
Posts: 57
|
|
What's the way of embedding a Portlet into jsp?
I am using open portal container.
|
 |
Jonas X. Yuan
author
Ranch Hand
Joined: May 18, 2008
Posts: 108
|
|
One example (Liferay portal)
<%@ include file="/html/taglib/init.jsp" %>
<div style="margin-top: 10px;">
<liferay-portlet:runtime portletName="extComments" /></div>
<%!private static Log _log = LogFactoryUtil.getLog("portal-web.docroot.html.taglib.ui.discussion.page.jsp");
%>
Abstracted from liferay-portal-5-2-systems-development
|
 |
 |
|
|
subject: portlet in jsp
|
|
|