Ok, I am still having a little trouble. In my model definition I add the layout bean to the beans scope:
<cfcomponent displayname="layoutGateway" hint="I handle the layout data" beans="layout"> I then tried to call it like this: <cfset obj = beans.layout /> But it says that the beans scope is not defined. Do these not get defined in the model? If not how do I get a bean in the model? Sorry still trying to get my head around it. Thanks, Nathan Stanford II -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
