Makes sense ... I misunderstood the question.  As a side note, has anyone
actually done anything like this with cf web services?
http://www.infoscico.com/DbWebService/DbWebServiceClient.htm

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 8:18 AM
To: CF-Talk
Subject: RE: Component Conceptual Conundrum - Continued

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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to