Just a further update. 

It looks like the problem is related to this kind of thing :- 
http://www.grahamlyons.com/articles/view/problem-using-a-coldfusion-struct-built-from-a-query

At some point Core is converting a query to a struct. As the blog entry 
describes I can output the objectID fine if I use dot notation. The moment 
I try to use square brackets with the variable thisField providing the key 
to be used I get the error.

Outputting this :-
<cfdump var="#arguments.stProperties[thisfield].getClass().getName()#">
        
Gives me this "coldfusion.sql.QueryColum"

Outputting this:-
<cfdump var="#arguments.stProperties.objectID#">

Gives me the UUID.

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to