Skip to Content
0
Former Member
Jun 14, 2006 at 11:33 AM

Error in parsing taglib taglib tag in web.xml or .tld file of the taglib

216 Views

Hi All,

I have added ResourceBundle.tld file in following path : /PORTAL-INF/taglib/tld/

I have added portalapp.xml file following entry :

<property name="/PORTAL-INF/taglib/tld/ResourceBundle.tld" value="/PORTAL-INF/taglib/tld/ResourceBundle.tld"/>

I have added jsp file following entry :

<%@ taglib uri="/PORTAL-INF/taglib/tld/ResourceBundle.tld" prefix="bundle" %>

I am getting the following the error: Error in parsing taglib taglib tag in web.xml or .tld file of the taglib library

can you tell me where i am giving the wrong.

Regards

Siva