Craig, Client is not a reserved word in Model Glue, nor in OO. It refers to the client scope.
Just for fun, open a test page OUTSIDE of the modelglue context and dump the client scope. Then, in the same page, Do this: <cfset Client.ModelGlue = "Rocks" /> Then, in another page, dump the client scope. You should see the value you entered on the previous page. When you enable client variables for an application, you can use them to keep track of long-term information that is associated with a particular client. Client variables must be simple data types: strings, numbers, lists, Booleans, or date and time values. They cannot be arrays, record sets, XML objects, query objects, or other objects. Read more here: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=sharedVars_09.html On Wed, Jul 18, 2012 at 10:00 AM, Craig Derington <[email protected]>wrote: > Thanks for your help, Dan. It's working now... > > > On Tuesday, July 17, 2012 7:35:53 PM UTC-4, Dan Wilson - > [email protected] wrote: >> >> Nice catch Ezra, that does look like the issue... >> >> Dw >> > -- > 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 > -- Plutarch - "The mind is not a vessel to be filled but a fire to be kindled." -- 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
