|
Hi, I have this in my Application.cfm
<cfset
request.componentpath =
'cafevie.CFCs.'> <!--- Component
Path --->
And I'm using this like this...
<cfcomponent
displayname="UserInfoService.cfc">
<cfset cf_template = 'UserInfoService.cfc'> <cfobject
component="#request.componentpath#OnlineService"
name="OnlineService">
<cfobject component="#request.componentpath#ErrorHandling" name="ErrorHandling"> <cfobject component="#request.componentpath#ReferenceService" name="ReferenceService"> ....
</cfcomponent>
When I go to the Component Browser, I
got this error.... is someone know how can I resolved this
problem!!
I really like the Component Browser and I don't
want to hardcode the path of my CFCs.
Stef
| ||||||||
