That is what I was afraid of, but it was worth asking.  Thanks for your help.

-- Jeff

Quoting Kola Oyedeji <[EMAIL PROTECTED]>:

> Jeff AFAIK there is no way to do this in CF, you're stuck with using
> create object.
>  
> KOla
>  
> -----Original Message-----
> From: Jeff Chastain [mailto:[EMAIL PROTECTED]
> Sent: 17 September 2004 17:19
> To: CF-Talk
> Subject: RE: Java Import -> CF
>  
> Okay, a better reply is that it appears that the following JSP package
> import ...
>
> <% page language="java" import="com.plumtree.remote.portlet.*" %>
>
> ... is actually comparable to ...
>
> <cfobject action="" type="java"
> class="com.plumtree.remote.portlet.AggregationMode"
> name="AggregationMode">
> <cfobject action="" type="java"
> class="com.plumtree.remote.portlet.CommunityAccessLevel"
> name="CommunityAccessLevel">
> <cfobject action="" type="java"
> class="com.plumtree.remote.portlet.HostedDisplayMode"
> name="HostedDisplayMode">
>
> ... etc. for all 15 classes in this package.
>
> So, is there a simpler way to do this?  It would be ideal, as it is in
> JSP, to
> have all of the objects already created and ready to use without having
> to
> perform N cfobject calls at the top of a template.
>
> Thanks
> - Jeff
>
> Quoting Kola Oyedeji <[EMAIL PROTECTED]>:
>
> > If you have the package available as a jar you should be able to
> > reference it in the administrator under the classpath settings.
> >  
> > Kola
> >  
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>   _____  
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to