Friday, October 10, 2008

Writing a Simple JSPPortlet - ERROR

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

No comments: