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
-----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:06 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued You can't. You can post to a CFC, but not an instance of one. You could hack around it a bit by having another CFC that stores the copies, ie, a Manager type CFC, then you could post to that CFC and pass an ID so it knows what instance of Whatever.cfc you want to use. ======================================================================= 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: Robert Polickoski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 9:04 AM > To: CF-Talk > Subject: Component Conceptual Conundrum - Continued > > > All, > > Sorry to bug you all again. Does anyone know how to reference a > method of an instantiated component from an HTML tag such as an > anchor or a form? > > Robert J. Polickoski > Senior Programmer, ISRD Inc. > (540) 842-6339 > [EMAIL PROTECTED] > AIM - RobertJFP > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

