<property name="generatedViewMapping"><value>views/generated</value></property>
<property name="viewMappings"><value>/views,/views/generated</value></property>
Advanced note: The value of this setting is appended to the ViewMappings setting, making this directory the last-searched directory when an include tag is encountered."
--
Every discourse, even a poetic or oracular sentence, carries with it a
system of rules for producing analogous things and thus an outline of
methodology.
Jacques Derrida
> --
> 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 model...@googlegroups.com
> To unsubscribe from this group, send email to
> model-glue+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/model-glue?hl=en
>
<cffunction name="getInstance" returntype="struct" output="false"><cfset var instance = structCopy(variables._instance) /><!--- Append the generated view mapping to the normal view mappings ---><cfset instance.viewMappings = ListAppend(instance.viewMappings,instance.generatedViewMapping) /><cfreturn instance /></cffunction>