You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by su...@socket.net on 2012/10/08 23:16:27 UTC

Pluto Question

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