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:

<cfargument name="eventName" type="string" required="true" />
<cfargument name="values" type="struct" required="true"
default="#structNew()#" >
<cfargument name="returnValues" type="string" required="false"
default="" />

The first is pretty self-explanatory, but the other two are not.  Or
at least without some digging to get an idea.  My personal guess is
values is similar to adding values to a <view> tag, and return values,
creates a concatenated string of GetValues() of those provided.

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