yeah, I saw the jscript behind the scenes, and quickly realized what I an idiot I was for my first email :)
20 hr day yesterday has me all effed up!! later. ..tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Kevin Bridges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:40 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued It's a static dhtml interface that adds/edits/updates/displays db data. Each click of the button allows the interface to invoke a webservice and performs one of the db functions outlined above. In the MX world it is similar to creating a flash interface and using flashRemoting to get data into/out of the interface. If you look in the status area of the browser (bottom left corner) you'll see it interact with the web service as you click the buttons ... seems like a great way to build interfaces for applications w/o requiring flash. -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:32 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued what is so tricky about that webService? is it a webService? just wondering? tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -----Original Message----- From: Kevin Bridges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:25 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

