This post addresses the problem I'm having.
Coldfusion 8 doing both CFIf and the CFElse statement?
My cfselect
has a bind to a CFC to build its array dynamically. Ok, now I want to add an array item "--New Record--" and when that is selected, jump over cflocation
to the form that allows the user to add a new record in the source table. I can see the "--New Record--" entry in the cfselect
list, but selecting it appears to do nothing.
But actually, cflocation
goes to the target page (I have OnRequestEnd logs to prove it) but the form of the target page is not displayed.
It looks like this topic was not resolved in the discussion above. Ben Nadel's Blog has highlighted the change in <cflocation>
behavior, but I am new so I don't presume to understand the implications or how to get around the change in functionality.
Any help in how to code around this (strange) change in behavior would be greatly appreciated.
TIA.