... The opposite - my beans only have set'ers (setLogger(), setReactorFactory(), ...). ... Yeah. But then I'd feel like the XML file was just a copy of the...
... Same in the UK - when I was job hunting last year it was more a case of where I wanted to work than where the work was. -- Tom Chiverton Helping to...
... Most of the time you can get a reasonable lat./long. from DNS or IP databases, if you wanted to jump start cfmaps ... -- Tom Chiverton Helping to...
... except that you'd be getting where the servers or whatever were really located instead of where they're "supposed" to be. for example there's a buttload of...
Am I being daft here, or is the problem because you aren't selecting name in your query? I thought you had to select the field you were using the WHERE clause...
... This is a classic symptom of not var'ing your CFC private variables, but I don't see a CFC in your stack trace. -- Tom Chiverton Helping to challengingly...
... If you temporarily hard-code the datasource name does it make any difference? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
Hello Guys, Having a bit of an issue with obtaining access to ColdSpring and Reactor from my model layout in MG using the getModelGlue().getBean() method. I've...
Hi guys, Sort a thinking out aloud here, but feel free to cut me off... I have 2 tables... Listing Listing_image When a property listing is added (involves 3...
... Why not offer the user boxes for just the bits that matter to them (type, URL), and then write the actual HTML yourself. -- Tom Chiverton Helping to...
Yes - you don't. If your model needs any values from your config beans, they should be passed _to_ the model when the controller creates them. You don't want...
Thanks for getting back to me on this Ray, its greatly appreciated, I've been tearing my hair out this morning :-D I'm still a little sketchy on the details...
... how does that apply to hosted sites? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex...
Ok, So a couple of weeks have passed so I thought I'd check. 1. Still showing on House of Fusion 2. Still showing in google from House of Fusion Now I know I'm...
Yes, it's in th eheader and all the tags are closed properly. Th efunny part is that I hav eevent set in my browser uner options, to retreive the page on...
Hi It just happens that our client has also requested multi column output in their documents. I'll be looking into that today or tomorrow and will let you know...
... I second this. Maybe the dsn variable is empty and you just don't know it. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
Already in place actually. ... From: Rey Bango [mailto:rey@...] Sent: Wednesday, February 28, 2007 9:35 PM To: CF-Talk Subject: Re: ANN: GotCFM.Com is...
Have you tried removing the WHERE line and assuring that the error goes away. It might point out another problem causing this problem. Errors are often...
... Argh. That turned out to be the problem. I was moving functions from one app to another where the DSN naming convention was different and forgot to ...
Something I would like to see is a take on what Ben Forta has on his site... Ben has a listing of all the different companies that use CF...how about making...
Rob, You can get your framework object ( and thus return the same object that "getModelGlue()" returns in the controllers) through one of two methods: 1) Pass...