Hi Lisheng, You would need a version of the taglib definitions in your WEB-INF/lib directory; e.g. pluto-taglib-<version>.jar. This jar contains an implementation of the taglib definitions necessary for the taglib you are referring to in your JSP (http://java.sun.com/portlet). It seems as though the download link on the pluto taglibs page (http://portals.apache.org/pluto/pluto-taglib/) is broken. I am not sure why -- maybe one of the Pluto developers know? -- but you could download a version of the library from any publig maven repository, e.g. http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/pluto/pluto-taglib/
Hope this helps. Eivind On Thu, Apr 30, 2009 at 6:08 AM, Zhang, Lisheng <[email protected]> wrote: > Hi, > > We often write portlet jsp using tag library, as: > > <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %> > > but now I need to download this tag library so that we can run some tests > without network, somehow I tried to search everywhere in Google but cannot > find, it would be great if you can give me a pointer? > > Thanks very much for helps, Lisheng >
