in addition to Adam's comment:
in your 'previous' code you were not invoking any 'init'
method of your
cfc. why are you invoking it in <cfinvoke> tag? do you
have an 'init'
method in your cfc?
if my memory serves me well, porting your 'previous' 2 lines
of code to
use cfinvoke can be done in one line with something like:
<cfinvoke component="#Application.cfcRoot#.albums"
method="Getalbum"
name_of_you_Getalbum_function_argument_that_accepts_album_id="#url.album_id#"
returnvariable="album">
hth
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/