I am using portal tags in my portlet JSPs. But when i deployed portlet on WPS v5.1, i am getting follwing error message:
JSPG0047E: Unable to locate tag library for uri "/WEB-INF/tld/portal.tld"
My portlet JSP code is :
<%@ taglib uri="/WEB-INF/tld/portal.tld" prefix="portal" %>
and my portal.tld is present at "<WPS_HOME>/shared/app/WEB-INF/tld"
Can any one tell me why i am getting this error.
Possibly this solves your problem as well.
Oliver
Thanks for your quick reply. But the solution provided in the technote is already implemented in my code. One more thing i want to mention is that i am using portal tags in my JSR168 portlet JSPs.
Is this at run time you are facing the problem or in RAD?
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
Please use the url generations services for what you are trying to accomplish
http://www.ibm.com/developerworks/websphere/library/techarticles/0603_behl/0603_behl.html
Here are some helper classes
http://www-1.ibm.com/support/docview.wss?rs=688&uid=swg21265870
com.ibm.portal.state.service.PortalStateManagerService;
com.ibm.portal.state.service.PortalStateManagerServiceHome;
wp.model.api.jar
Ryan
SCJP & SCWCD