04-26-04 05:34 PM
while trying to compile a portlet JSP, its giving me following error.Pls hep
me the approach i need to follow.
"Error 500: /helloworld/jsp/edit.jsp(1,0) Unable to load class com.ibm.wps.p
e.pc.legacy.tags.InitTag "
i have already included the following code in JSP.
<%@ taglib uri='/WEB-INF/tld/portlet.tld' prefix='portletAPI'%>
<portletAPI:init/>
[ Post a follow-up to this message ]
|