I now get a JS error specifying that /sample.cfc can not be found...

On May 14, 2:47 pm, Rony <[EMAIL PROTECTED]> wrote:
> Thanks for that Dale . I did not think I could use a mapping for this
> situation.
>
> Can this also be done without mappings?
>
> On May 14, 2:08 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
>
> > Setup a mapping.
>
> > Lets say it's called com
>
> > That is the base of services
>
> > Then reference com.services.test
>
> > Or if you don't like that you can setup a mapping called services pointing
> > the the services folder.
>
> > Regards
> > Dale Fraserhttp://learncf.comhttp://flexcf.com
>
> > -----Original Message-----
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> > Of Rony
> > Sent: Wednesday, 14 May 2008 2:00 PM
> > To: cfaussie
> > Subject: [cfaussie] cfajaxproxy - cfc path
>
> > Hi Guys,
>
> > I have a cfc stored in the /services folder that is located in the
> > webroot of my site.
>
> > Now, if i invoked something like this :
>
> > <cfajaxproxy
> >         cfc="services.test"
> >         jsclassname="objServices"
> >         />
>
> > I get  'The specified CFC admin.sitecontent.services.test could not be
> > found.'
>
> > I do not want to put the file in the sub folder of the CFM template
> > that calls it as I will be using this CFC in other areas of my site.
> > For testing , I did place the folder sub root and it all worked nicely
> > but this is not the way i want it to work.
>
> > I did read the docs 
> > (http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tag...
> > .html
> > ) about this tag and did a few different things to no avail.
>
> > Can anyone shed some light into how to get this to work?
>
> > Thanks guys.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to