Hello all,

I've been working with Model-Glue: 3 for while now and I came across the
strangest thing.  The following error occurs within a controller:

"The method getAllArguments was not found in component
/modelglue/gesture/eventrequest/EventContext.cfc.
Ensure that the method is defined, and that it is spelled correctly."

74 : <cffunction name="myFunction" access="public" output="false">
75 :    <cfargument name="event" />
*76 :   <cfdump var="#arguments.event.getArguments()#" showUdfs="Yes" />*


Can anyone tell me if we are losing arguments in favor of something else?
This is kind of a blow to my development practices.  I need to be able to
retrieve all the arguments without knowing what they are.

Thank you for your time.

- Seth

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

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to