| Lee Francis Wilhelmsen 2005-03-16, 8:02 am |
| Hi
I recently installed RAD 6.0 with the portlet development toolkit. I
imported my portlet projects and corrected some minor stuff, but one
portlet project just won't stop giving me greif on a particular jsp
page. I get the following error:
JspTranslate:
java.lang.NoClassDefFoundError:com.ibm.websphere.wmm.datatype.Member.
And it apparantly gets triggered by the line:
<%@ page session="false"
contentType="text/html"
import="class here" %>
I have tried to "clean" the project and although it helped for about 5
minutes it keeps poping up again. Does anyone know what this is? The
only difference between this jsp file and jsps in this and other portlet
projects is the fact that it includes the following tld:
<%@ taglib uri="/WEB-INF/tld/people.tld" prefix="pa" %>
Didn't have any trouble with this project when using wsad 5.1.2.
The jsp seems to work correctly when running on the local test
environment so it seems this is related to the portlet development tools
only.
Any ideas?
Regards
Lee Francis Wilhelmsen
|