Gavin Baumanis
Member since Dec 11, 2008
- Profile: /members/1809-gavin-baumanis.htm
- Comments: 3
Recent Blog Comments By Gavin Baumanis
-
Learning ColdFusion 9: Resetting Applications With ApplicationStop()
Posted on Jan 30, 2011 at 8:28 PM
I have to say that this surprised us recently. We expcected the applicationStop() method to also killl of the session scopes that existed under the application we were restarting. A google search of the method brought us here! (Thanks!) Intuitively, I think it's wrong that it doesn't kill the ses... read more »
-
Referring To The Proper Row Of The Outer CFLoop (With Nested CFLoops)
Posted on Jan 23, 2008 at 10:53 AM
Hi Ben, I don't know whether it is an implementation issue or not; I.e. the output is in the outer loop and not the inner one - but without the currentrow reference in the inner loop, the results were incorrect. I certainly don't want to come across as a smart-arse either - but in your example, di... read more »
-
Referring To The Proper Row Of The Outer CFLoop (With Nested CFLoops)
Posted on Jan 22, 2008 at 7:00 PM
Hi Everyone, It took me a few goes to get it working for me... But I did manage to get it working. The problem for though was that it was the inner loop that wouldn't update. By using Ben's [....currentrow] syntax in ALL places where a query variable was used I managed to fix my problem. <cflo... read more »