Skip to Content
0
Former Member
Jun 14, 2011 at 10:08 AM

Use custom taglibs in Portal Component

40 Views

Hello,

I'm trying to use a custom Taglib in the JSP file of a Portal Component. Therefore I created a reference in the JSP via <%@ taglib uri="/PORTAL-INF/taglib/helloWorldTag.tld" prefix="hello" %> . The tld file is located in the folder /PORTAL-INF/taglib/ and is named helloWorldTag.tld.

I always get the error com.sapportals.portal.prt.servlets_jsp.server.jsp.ParseException: Error in parsing taglib '/PORTAL-INF/taglib/helloWorldTag.tld' tag in web.xml or .tld file of the taglib library.

Can anybody tell what I am missing?

Thanks and best regards

Dominik