Re: Model Glue - Global variables help?

2008-06-20 Thread Will Tomlinson
>HTH > >Dominic Works perfectly!! Thank you Dominic! Will ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: h

Re: Model Glue - Global variables help?

2008-06-20 Thread Dominic Watson
In your controller try: var Employee = GetModelGlue().GetBean("Employee"); This will then get your "Employee" bean through ColdSpring. HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8 sof

Model Glue - Global variables help?

2008-06-20 Thread Will Tomlinson
I've gotten my head around my first Model Glue app, except one thing - Global variables. I googled and googled, and used some examples, but still having no luck. Model Glue 2.0.304 - Running into an error. My goal is to set a simple DSN global variable that I can use anywhere. I've used some