Yes, that is what I already had.. (not in the initial post but i had that
since)

In my past post i have that bit commented out where i hard coded an object
id (it word wrapped in the email). from what I can tell it's due to the
different types of objects, but I'm not sure if this is so, and if so, how
to fix it.


--
Quentin Zervaas
Email: [EMAIL PROTECTED]


----- Original Message ----- 
From: "Brendan Sisson" <[EMAIL PROTECTED]>
To: "FarCry Developers" <[EMAIL PROTECTED]>
Sent: Tuesday, July 15, 2003 2:57 PM
Subject: [farcry-dev] Re: sitemap


> Quentin Zervaas wrote:
>
> >Nope, no errors
> >
> >As i based my code on the ruleChildLinks, i pulled out an object id from
the
> >output from child links and hard coded it into my code... my code works
fine
> >using that (aside from the fact the object id is of no use to me)
> >
> >
>
> Try
>
> <cfloop query="query">
>             <cfscript>
>                 stInvoke = structNew();
>                 stInvoke.objectID = query.objectID;
>                 stInvoke.typename = application.packagepath &
> '.types.dmHTML';
>                 stInvoke.method = stObj.displayMethod;
>                 arrayAppend(request.aInvocations, stInvoke);
>             </cfscript>
>         </cfloop>
>
>
> * note the line stInvoke.objectID = query.objectID;
>
> -Brendan
> http://farcry.daemon.com.au
>
>
>


---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to