I don't believe this is what he is talking about. Right now you can
'post' to a CFC using a form tag like so:

<form action="foo.cfc" method="post">
        <input type="hidden" name="method" value="foo">
        ...

However, this posts to the generic Foo (not the best term I think) - I
believe it's simular to using a static method in Java. 

However, CF allows you to create instances of CFCs as well:

<cfset x = createObject("component","foo")>

But you can't post directly to x.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email    : [EMAIL PROTECTED]
WWW      : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Kevin Bridges [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, December 11, 2002 9:14 AM
> To: CF-Talk
> Subject: RE: Component Conceptual Conundrum - Continued
> 
> 
> I haven't done this, but have been eyeballing it for a while 
> ... couldn't you do something utilizing dhtml like so: 
> http://w3coder.com:8080/ws/CallWSUsingDHTML.aspx
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to