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