portlet-ext.xml
This below code will accept only in old version of liferay:
<portlet-class>com.liferay.portlet.JSPPortlet</portlet-class>
In Liferay 5.1, we have to use this portlet class for simple JSP portlet:
<portlet-class> com.liferay.util.bridges.jsp.JSPPortlet </portlet-class>
- Gnaniyar Zubair
Friday, October 10, 2008
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment