Andy,
The CFC works great, but how do i output it on a .cfm page?
From the cfdump i learned that it is a struct of XML values in an array (phew), but i can't seem to output anything from the, for example, obj.getPosts.
i did get some 'translated Java' like "cfdelicious2ecfc969484578$funcGETPOSTS@114b553" (using <cfoutput>#obj.getPosts#"</cfoutput> but referencing the actual XML values won't work.
I also tried things like <cfoutput>#obj.getPosts.href[1]#"</cfoutput> but no matter what XML-reference notation i use, i get error: "Element GETPOSTS.HREF is undefined in OBJ."
Any help is appreciated.
Marc
25/Sep/08 8:34 AM