Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Jim #1
URL Scope Disappearing - Bug?
Hi folks,
Having a problem I've never seen before. URL scope appears to be empty
while looping over a query. For example, this:
BEFORE: <cfdump var="#url#"><br>
<cfloop query="students">
DURING: <cfdump var="#url#"><br>
</cfloop>
AFTER: <cfdump var="#url#">
.... outputs this:
BEFORE:
struct
ACCOMPLISHMENT_ID foo
CENTER_ID bar
METHOD viewCompleteReport
DURING: [empty string]
DURING: [empty string]
DURING: [empty string]
DURING: [empty string]
DURING: [empty string]
AFTER:
struct
ACCOMPLISHMENT_ID foo
CENTER_ID bar
METHOD viewCompleteReport
Any ideas what's up with this? I can copy URL scope to request scope
as a hack workaround, but I'd really like to know the cause before I
hack around it.
Thanks!
Jim
Jim Guest
-
Disappearing Widgets
It's hard to know exactly what it looks like, but a client in Hawaii says a site we are testing has a disappearing menu. I have a Spry Horizontal... -
Disappearing Swap
On Mon, Feb 14, 2005 at 02:35:18AM +0000, John wrote: A good start would be to just look at the output of `ps aux` and to focus on the memory... -
Disappearing Icons
When I open any folder that contains an Illustrator file in Windows Explorer, my icons show for about 2 seconds then totally disappear for anywhere... -
Problem with sessions (in global scope vs class scope)
Hello, i'me having a wierd problems with sessions. PHP 4.3.3, Register globals is on, and the sessions module is installed. if i have a page like... -
disappearing quicktime
I have an intro that contains some quicktime movies. They worked fine on a mac when the intro was made, and for a while they seemed to be ok on... -
Jim #2
Re: URL Scope Disappearing - Bug?
Just thought I'd ping this once now that it's Monday morning. Also,
forgot to mention I'm running CFMX 6.1. Really have no idea how
looping over a query could mess with URL-scope, as appears to be
happening.
Thanks!
Jim
Jim wrote:empty> Having a problem I've never seen before. URL scope appears to be> while looping over a query. For example, this:
>
> BEFORE: <cfdump var="#url#"><br>
> <cfloop query="students">
> DURING: <cfdump var="#url#"><br>
> </cfloop>
> AFTER: <cfdump var="#url#">
>
> ... outputs this:
>
> BEFORE:
> struct
> ACCOMPLISHMENT_ID foo
> CENTER_ID bar
> METHOD viewCompleteReport
>
> DURING: [empty string]
> DURING: [empty string]
> DURING: [empty string]
> DURING: [empty string]
> DURING: [empty string]
>
> AFTER:
> struct
> ACCOMPLISHMENT_ID foo
> CENTER_ID bar
> METHOD viewCompleteReport
>
> Any ideas what's up with this? I can copy URL scope to request scope
> as a hack workaround, but I'd really like to know the cause before I
> hack around it.Jim Guest



Reply With Quote

