I tried that and unfortunately still got nothing. :-(
However, a strange thing is the cfa_dump worked with this code:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<cfset typeid="DA432A6C-BA91-11D4-BA0900C04FA358B2">
<cfa_ContentObjectGetMultiple
datasource="suntimes"
typeid="#typeid#"
r_stobjects="stObjects">
<cfa_Dump var="#stObjects#">
</body>
</html>
This is pretty similar to what failed in my code.
----- Original Message -----
From: "Benjamin Elmore" <[EMAIL PROTECTED]>
To: "Spectra-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 2:03 PM
Subject: RE: Need Help With Displaying Objects
> It could be that the objects that you have created are either archived or
> inactive. Try the following syntax.
>
> <cfa_contentObjectGetMultiple
> typeId="yourTypeId"
> datasource="#request.cfa.objectStore.dsn#"
> bActiveOnly="0"
> bNonArchivedOnly="0"
> r_stObjects="s"
> >
>
> -----Original Message-----
> From: Laura McReynolds [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 06, 2001 2:43 PM
> To: Spectra-Talk
> Subject: Re: Need Help With Displaying Objects
>
>
> I am looking at the contentobjectgetmultiple and can't find anything wrong
> with it. Could it be a problem with the data source? My typeID is passing
> correctly.
> ----- Original Message -----
> From: "Raymond Camden" <[EMAIL PROTECTED]>
> To: "Spectra-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, February 06, 2001 12:34 PM
> Subject: RE: Need Help With Displaying Objects
>
>
> > This means your contentobjectgetmultiple isn't returning anything. Try
> doing
> > a cfa_dump on it and you should see nothing.
> >
> > =======================================================================
> > Raymond Camden, Principal Spectra Compliance Engineer for Allaire
> >
> > Email : [EMAIL PROTECTED]
> > ICQ UIN : 3679482
> >
> > "My ally is the Force, and a powerful ally it is." - Yoda
> >
> > > -----Original Message-----
> > > From: Laura McReynolds [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, February 06, 2001 12:20 PM
> > > To: Spectra-Talk
> > > Subject: Re: Need Help With Displaying Objects
> > >
> > >
> > > Raymond -
> > >
> > > I typed the following:
> > >
> > > #ListFirst(StructKeyList(r_stObjects))#
> > >
> > > and nothing appeared on the page.
> > >
> > > By the way, since r_stObjects is a structure did I need to do a
> StructNew
> > > statement or did cfa_contentObjectGetMultiple take care of that?
> > >
> > > Thanks,
> > > Laura
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.