4 Replies Latest reply on Dec 19, 2007 1:59 PM by prabhat.jha

    TagLib

      I am trying to figure out what library I need to include in my Netbeans project so that it does not complain about the portal taglib.

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


      The error I get is:

      The absolute URI: http://java.sun.com/portlet cannot be resolved in either the web.xml or the jar files deployed with this application.

      Any help would be greatly appreciated.