Two Laptop Bag
The moose likes Portals and Portlets and the fly likes portlet in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "portlet in jsp" Watch "portlet in jsp" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: portlet in jsp
 
Similar Threads
Does a Portlet JSP get complied into a servlet every time a new version of that JSP is deployed?
displaying multiple portlets in a portlet
Weblogic Portlet and JSP
Portlet using JSP or JSR168 API?
jenkov jsp tag on jboss portal