Ioannis,

I'm not sure you can do that, but, could you extend your cfc's?  This might 
work --

in your component2.cfc <cfcomponent extends="pathtocfc.component1">
in your component3.cfc: <cfcomponent extends="pathtocfc.component2">

-- Josh


----- Original Message ----- 
From: "Ioannis Papanikolaou" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Sunday, March 16, 2008 1:47 PM
Subject: AjaxCFC question


> Hello to everyone familiar with ajaxCFC,
>
> My component file component.cfc start getting too big and difficult to 
> manage (loads of functions there). Is there any way I could define more 
> than one components on the config of the index page. For example at the 
> moment I have:
>
> _ajaxConfig = { '_cfscriptLocation':'component.cfc',
>                                        '_jsscriptFolder':'/js',
>                                        'debug':false};
>
> Can I do :
>
> _ajaxConfig = { '_cfscriptLocation':'component1.cfc, component2.cfc, 
> component3.cfc',
>                                        '_jsscriptFolder':'/js',
>                                        'debug':false};
>
> thanx in advance
>
> Ioannis
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301406
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to