Interesting, I hadn't really run into a situation like that before! Most of
my dynamic method calls tend to be autopopulating beans, or calling a method
and passing an argumentCollection. Hadn't gotten into chains of dynamic
method calls (but maybe I will now heh).

On 10/22/07, Sean Corfield <[EMAIL PROTECTED]> wrote:

>
> On 10/22/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
> > I'm still a bit fuzzy though on why you would be calling a method whose
> > arguments you would "never know" the names of.
>
> I run into that a lot - in dynamic programming you know nothing about
> the methods you are calling beyond the name and approximate calling
> sequence. I use getMetadata() on the function to find its arguments.
> See:
>
>
> http://org-corfield-cfmx.googlecode.com/svn/trunk/wwwroot/org/corfield/component.cfc
>
> The call() method handles arbitrary dynamic calls.
> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CFCDev" 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/cfcdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to