2 Replies Latest reply on Jan 17, 2008 11:57 AM by bgrand

    Cannot find the tag library descriptor

    bgrand

      Hi all,

      I'm writing a jsp page, and need the portlet tag library. Thus I added this line at the top of the file :

      <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>


      But Eclipse give me an error message :

      "Eclipse" wrote:
      Cannot find the tag library descriptor for http://java.sun.com/portlet


      Has someone an idea of what I've to do to resolve this issue ? Thanks a lot !