Component Conceptual Conundrum - Continued

2002-12-11 Thread Robert Polickoski
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 -- Original Message

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Raymond Camden
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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Kevin Bridges
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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Raymond Camden
: 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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Kevin Bridges
, 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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Tony Weeg
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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Tony Weeg
[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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Kevin Bridges
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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Matt Liotta
-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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Tony Weeg
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

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Samuel R. Neff
that successfully for years with cross browser support, and with MX it's cake. :-) At 10:31 AM 12/11/2002, you wrote: -Original Message- From: Kevin Bridges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 10:25 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Samuel R. Neff
At 08:39 AM 12/11/2002, you wrote: (snip) click the buttons ... seems like a great way to build interfaces for applications w/o requiring flash. Great, they don't need Flash but they need IE on Windows platform. Advantage? ~|

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Raymond Camden
is the Force, and a powerful ally it is. - Yoda -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 9:40 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued It is possible to use DHTML to hit any SOAP-based web

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Kevin Bridges
. -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:59 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued At 08:39 AM 12/11/2002, you wrote: (snip) click the buttons ... seems like a great way to build interfaces

RE: Component Conceptual Conundrum - Continued

2002-12-11 Thread Samuel R. Neff
- From: Samuel R. Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:59 AM To: CF-Talk Subject: RE: Component Conceptual Conundrum - Continued At 08:39 AM 12/11/2002, you wrote: (snip) click the buttons ... seems like a great way to build interfaces for applications w/o

Re: Component Conceptual Conundrum - Continued

2002-12-11 Thread Jochem van Dieten
Raymond Camden wrote: Isn't that IE only? (Not that it's a big deal - but just checking.) No, Mozilla has it as well: http://www.mozilla.org/xmlextras/ Mozilla is even going one step further and is including native database capabilities: http://bugzilla.mozilla.org/show_bug.cgi?id=81653

Re: Component Conceptual Conundrum - Continued

2002-12-11 Thread Samuel R. Neff
At 05:59 PM 12/11/2002, you wrote: Raymond Camden wrote: Isn't that IE only? (Not that it's a big deal - but just checking.) No, Mozilla has it as well: http://www.mozilla.org/xmlextras/ Mozilla is even going one step further and is including native database capabilities: