Version 1 (modified by cfgrok, 16 years ago)

Added new FAQ page

How Do I Access a Configuration Property of Model-Glue in My Application?

You can access any property of your Model-Glue application by simply getting the configuration bean from ColdSpring and calling the getter. For example, if you want to know the current debug property value:

<cfset ValueOfDebug = getModelGlue().getBean("modelglue.modelGlueConfiguration").getDebug() />