Values are essentially the same as adding values via 
event.setValue("name",val), which is basically the same as adding values to a 
<view /> tag only those can only be simple strings while the former can be 
about anything. Since it's a struct, you can pass in a buttload of variables at 
once and they're added to the event before the call is processed.

Return values, IIRC, is a list of key names in the event that you want 
returned. That way if there are 40 keys in the event object but you only need 3 
of them, you get back a struct containing the values of the 3 keys you named in 
this argument.

I guess the question I have is what exactly is it that you're looking for that 
you can't find?

J


On Dec 1, 2009, at 3:55 PM 12/1/09, Chuck Savage wrote:

> I've been debating creating one since I can't find one, but I would
> think I'm the least qualified.
> 
> I can see from RemotingService.cfc the three arguments are: ...

-- 
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