Is components directly off the web root?  If so you will be able to
access it.  In your cfinvoke, you have "component" instead of
"components", that might be your problem.

HTH,
Rich Kroll
Application Developer

> I have a folder structure that looks like this:
> components
>   -actions
>      f createUser.cfc
>   -controller
>       f createUser.cfc
>   -view
>       f roles.cfc
> 
> I'm trying to call roles.findAll from controller.createUser
> 
> I thought it would just be this:
> <cfinvoke component="component.view.roles" method="findAll"
> returnvariable="roleStruct.roles"> </cfinvoke>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238779
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to