You need to make sure that the classes are in cfmx path.

WG

-----Original Message-----
From: Jeff Chastain [mailto:[EMAIL PROTECTED]
Sent: 22 August 2003 18:48
To: CF-Talk
Subject: RE: CFObject Class?


Using the example code you provided, returns an object instantiation
exception - class not found.

I am not enough of a Java person to know what this is doing.  One example I
have found uses the following code to call the 'createPortletContext'
method.

<%@ page language="java" import="rgdk.*,java.util.*" %>
<%
IPortletContext edk =
PortletContextFactory.createPortletContext(request,response);
%>

Another example defines it in this manner:

IPortletContext oPortletContext =
com.plumtree.remote.portlet.PortletContextFactory.createPortletContext(reque
st, response);

According to the documentation, 'PortletContextFactory' is used to establish
a means of communication with the portal. The method
PortletContextFactory.CreatePortletContext returns an 'IPortletContext'
object.

I don't know if any of this helps or not.
-- Jeff



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to