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 <[email protected]> wrote:

>
> also tried /cfcs_mapping
>
>
> On Sat, Jun 28, 2014 at 11:13 PM, Matthew Smith <[email protected]>
> 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:358772
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to