ColdBox Framework Forums Notification: Post to runEvent() doesn't return anything

Title: runEvent() doesn't return anything
Thread: runEvent() doesn't return anything
Forum: Need Help?
Conference: ColdBox
User: pwp69 Hi, All.

I'm calling one eventHandler from another eventHandler with
runEvent(). According to the API runEvent() can return an object.

The event
I am calling creates an array of structures but when I call it like this:
rc.arrUserData = runEvent("ehTest.getUserData");

rc.arrUserData does not get
created.

To get around this I am creating rc.arrUserData in the
ehTest.getUserData and not returning anything.

What am I missing?

I'm
using 2.5.2
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=D2734E5A-FF65-CEF6-657A4A7F9AA28D35