Skip to Content
0
Dec 08, 2011 at 11:03 AM

Cannot find the tag library descriptor Error

89 Views

Hi

In SAP Netweaver Developer Studio 7.3 SP 03, i am facing the following problems:

- When compiling JSP portal applications i am having problems using SAP tag library's or classes. Do i need to configure the class path for a specific path in the server?

Error: Can not find the tag library descriptor for "LayoutTagLibrary"

Portalapp.xml

<property name="LayoutTagLibrary" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>

JSP

<%@ taglib uri="LayoutTagLibrary" prefix="lyt" %>

Regards

Eben Joyson