Great!  So, the following JSP code ....

<%@ page language="java" import="java.util.*,java.io.*,java.text.*,java.lang.reflect.*,java.net.*" %>
<% IPortletContext portletContext  = PortletContextFactory.createPortletContext(request, response); %>

.... converts to the following CFMX code (assuming the PortletContextFactory class has been loaded via the JVM settings in the CFMX admin) ....

<cfobject action="" type="java" class="com.plumtree.remote.portlet.PortletContextFactory" name="oPortletContextFactory">

<cfset portletContext = oPortletContextFactory.createPortletContext(request, response)>

???? Thanks for the direction.

-- Jeff
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to