Hello,
i have just implemented a very simple hello world portlet using the Plugins SDK for Liferay 6.0.1. Now i am getting this error within eclipse on my view.jsp:
Can not find the tag library descriptor for "http://java.sun.com/portlet_2_0".
The view.jsp looks like this:
If i deploy the portlet to the Liferay Portal it works fine.
Does anyone know about this issue and can help me to solve this?
Thank you.
Best wishes,
Yves
i have just implemented a very simple hello world portlet using the Plugins SDK for Liferay 6.0.1. Now i am getting this error within eclipse on my view.jsp:
Can not find the tag library descriptor for "http://java.sun.com/portlet_2_0".
The view.jsp looks like this:
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<portlet:defineobjects />
This is the <b>Hello World by Yves</b>.
If i deploy the portlet to the Liferay Portal it works fine.
Does anyone know about this issue and can help me to solve this?
Thank you.
Best wishes,
Yves