Sorry... i sent this post before i was finished xD
DWREngine._execute( _ajaxConfig._cfscriptLocation,
null,
'load',
g_iProjectError_ID,
loadCallback);
And the load function is written in the Second-File.. So AJAX can't find the
function because it doesn't know this function/file.
The way above to include a second .cfc-File which I can use with AJAX doesn't
work.