Note: I wrote this question on SO originally and it'd take me forever to reformat it for these forums so for full description please visit link
When using ChildrenOf I am unable to use any controllers within it. Even a controller that echos 'string' doesn't output anything while inside that loop but works when I put it outside of it. The controllers for the page type that I'm getting using that loop don't work either (I thought they would)...
I need to get some data from a series of pages as well as info from a DataObject each of those pages is associated with - ChildrenOf gets the data for children but not the DataObject and I can't query the DataObject because the controller doesn't work in the loop...
How do I get both sets of data?