In JSP I am trying to use the following taglib:

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

<portlet:defineObjects/>

and I am receiving the following error:

Caused by: org.apache.jasper.JasperException: File "/WEB-INF/tld/std-portlet.tld" not found

Does anyone have an idea why this occurs? Thanks. Scott Umphrey

Reply via email to