I am following
http://www.macromedia.com/desdev/mx/coldfusion/articles/startremoting.html
now.

I seem to have a problem:

I put the files:  HelloWorld.cfc and the test.cfm in the same directory and
changed the path in the test.cfm to just say

<cfinvoke
         component="HelloWorld"

Instead of:

<cfinvoke
         component="com.macromedia.test.HelloWorld"

I run it and it ran fine.

Then I wanted to move the file to a cfc directory.  So I moved the cfc file
to a CFC directory and adjusted my code to read:

<cfinvoke
         component="cfc.HelloWorld"

This caused an error saying it couldn't be found.

I thought possibly the directory name CFC could be a problem so I renamed it
to modules and adjsuted the code accordingly and still an error.  I put the
code back to just HelloWorld with no directory and it worked... BUT the cfc
isn't in the root.  I thought "hmm its smart enough to go find it?"  Then I
deleted the file in the modules directory and it still worked!!! I restarted
CF and it still worked with no CFC there.  I must be missing something...

Any ideas?

Thanks,

Neil Heuer
[EMAIL PROTECTED]

----- Original Message -----
From: "Neil H." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 17, 2002 11:16 PM
Subject: Re: Kevin Towes Presentation.


> Thanks.
>
> Next question how can you print the live docs easily?
>
> Neil Heuer
> [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Critz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, June 17, 2002 11:05 PM
> Subject: Re: Kevin Towes Presentation.
>
>
> > oi Neil!!
> >
> >
> > oi mate. fire up flash mx and click the help /Flash Support Center
> >
> > that should get ya sorted
> >
> > --
> > Best regards,
> >
> > Critter, MMCP
> > Certified ColdFusion Developer
> >
> > Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">
> > ------------------------------------
> >
> > Monday, June 17, 2002, 10:53:01 PM, you wrote:
> >
> > NH> First let me say that CFUN02 was AMAZING!!! It was truly awesome.
> >
> > NH> Kevin Towe's presentation got me thinking.  So I got Flash MX and
now
> I am
> > NH> lost :)  I don't know where  to begin.  I started to mess around
with
> the
> > NH> interface but I need a really simple example.  Anyone know where I
can
> see
> > NH> some step by step instructions on making a usable form and Flash
> Remoting?
> >
> > NH> Thanks!
> >
> > NH> Neil Heuer
> > NH> [EMAIL PROTECTED]
> >
> >
> > NH>
> >
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to