of course, I'm actually passing in {event="someEvent"} for two
reasons,
I have internal values that need to update based on event, and two
I have executeEvent() calling different events, but there is only one
callback handler, and it needs to know what event was called to know
how to handle the results.

If RemotingService.cfc created event, I wouldn't need to pass it in.

On Dec 1, 4:05 pm, Jared Rypka-Hauer <[email protected]> wrote:
> Yeah, it should return someEvent... what if you do:
>
> executeEvent("events.myEvent",{foo="bar"},"foo");
>
> ?
>
> You should get back a data structure with a FOO key that contains "bar" as 
> its content. Does that work?
>
> J
>
> On Dec 1, 2009, at 5:00 PM 12/1/09, Chuck Savage wrote:
>
> > should executeEvent('someEvent',{},"event") return "someEvent" for
> > event?  It returns an empty string instead.

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to