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>

but cf says that it can't find the component. All of the documentation 
says is how to access from a parent folder or the same folder.
Is this even possible?

Thanks
Joelle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238776
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