thank you, i will give it a try.

On Sun, Jun 29, 2014 at 12:05 AM, Adam Cameron <dacc...@gmail.com> wrote:

>
> The *component* attribute value needs to be the dotted path to an actual
> CFC, not a directory.
>
> So say your CFC is /cfcs.Foo.cfc, the value ought to be cfcs.Foo.
>
> Aside from that, can I recommend you *don't* use <cfobject> if at all
> possible for this? Just use a variable assignment, and createObject(): it
> makes for far more natural code:
>
> <cfset myObj = createObject("cfcs.Foo")>
>
> --
> Adam
>
>
> On 29 June 2014 07:59, Matthew Smith <chedders...@gmail.com> wrote:
>
> >
> > also tried /cfcs_mapping
> >
> >
> > On Sat, Jun 28, 2014 at 11:13 PM, Matthew Smith <chedders...@gmail.com>
> > wrote:
> >
> > > <cfobject component="/cfcs/" name="cfcs" />
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358773
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to