Re: [ACFUG Discuss] disappearing variable values

2010-07-15 Thread Dusty Hale
Yes that was it. For a test I removed the application.cfm file and then that
corrected the problem so then I went through the application.cfm and see
there was also  in the
application.cfm file. So obviously the first tag was canceling out the
second.

Thanks Charlie. That should have been obvious to me. I thought too much into
this and look right passed the obvious.

Dusty

 On Wed, Jul 14, 2010 at 11:10 AM, Charlie Arehart wrote:

>  Yep, that’s indeed a possible cause. To be clear, this is why my last
> point asserted that a test should involve confirming that no application.cfm
> code was influencing things. There can be lots of possible explanations.
> Once that proved it was the problem, it would be more obvious then that he’d
> need to look at the application.cfm/cfc that was influencing things.
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Steve Ross
> *Sent:* Wednesday, July 14, 2010 10:51 AM
>
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] disappearing variable values
>
>
>
> You aren't doing any variable scope copying in your app.cfm are you?
>
>
>
> Sometimes people choose to make their form vars and their url vars combined
> so they only have to check one...
>
>
>
> just a thought.
>
> On Wed, Jul 14, 2010 at 10:47 AM, Charlie Arehart 
> wrote:
>
> Dusty, I really can’t see “donorid” being something the CF would have a
> problem with. :-) Let’s see if we can get to the bottom of this.
>
> First, to be clear, I tested it on CF8 (8.0.1) and did not experience it.
> Let’s confirm: are you on 8 or 8.0.1, just in case that may make a
> difference. But I suspect it’s something else.
>
> Second, are you saying that if you run the code right now (on your server),
> you still have the problem?
>
> Third, how about this: if you drop it into a new template that has no code
> other than this, does it still happen?
>
> Finally, if you put that file into a new directory with a blank
> application.cfm (so that you’re not inheriting any other), does it still
> happen?
>
> As I tell people all the time when they bring me in to consult on solving
> CF troubleshooting problems (big or small), there is always an
> explanation—it just isn’t always what it seems at first.
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Dusty Hale
> *Sent:* Wednesday, July 14, 2010 2:02 AM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] disappearing variable values
>
>
>
> I've had a similar thing with url variable:
>
> 
> 
> The value of url.myvariable is:
> #url.myvariable#
> The value of url.donorid is: #url.donorid#
>
> It's Empty
> 
>
> For some reason url.donorid always disappears unless there is an actual
> passed variable in the url. However, in theory the cfparam tag should set
> the default if none in the url. But no. It comes out an empty string. Here's
> the really strange thing because it seems to be just the variable name
> "donorid" and if I change the name then no problem. I'm on CF8 and this
> little quirk drove me nuts in an application trying to figure out why.
>
>
>
> On Tue, Jun 22, 2010 at 5:23 PM, Troy Jones  wrote:
>
> I am having a perplexing issue.
>
>
>
> Has anyone ever had an instance where it seemed as if a variable just
> “poofs” into thin air? For example, when I run the following code:
>
>
>
> 
>
> 
>
> 
>
> 
>
> thisPage.form_id = #testVar#
>
> 
>
>= #testVar#","field_sortorder")>
>
>
>
> The variable “testVar” exists up until the setting of “thisForm” which I’ve
> verified with the . At that point, when #testVar# is called, it is
> passing a NULL value to the SQL statement and throwing an error. I’ve tried
> recreating the error with a standard  tag just to see if something
> was getting jacked up in the function call, but it had the same result. It’s
> as if the value just ran away and left. I’ve never seen anything quite like
> it and have run out of tails to chase, so to speak.
>
>
>
> This is on CF9 Enterprise, for anyone who needs it and any help would be
> greatly appreciated.
>
>
>
> Troy Jones
>
>
>
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink 
> -
>
>
>
>
> --
> Dusty Hale - President
> Hale Technologies, Inc.
> Email: du...@dustyhale.com
> Phone (Toll Free USA): 1.877.841.3370
> Phone (Atlanta): 1.404.474.3754
> Website: www.DustyHale.com
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.or

[ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10)

2010-07-15 Thread Cameron Childress
Just saw this on Adam Lehman's (Product Manager for CF) blog:

http://www.adrocknaphobia.com/post.cfm/coldfusion-x-research-in-dc-atlanta-and-dallas

"If your company is located in the DC/Baltimore, Atlanta or
Dallas/Fort Worth and you can donate a few hours to offer feedback on
ColdFusion X, please let me know. Rupesh Kumar, ColdFusion Engineering
Manager, and I will be visiting ColdFusion shops to validate our
concepts for Link (codename for ColdFusion X)."

Read the full blog post for more.

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: camer...@gmail.com


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] disappearing variable values

2010-07-15 Thread Charlie Arehart
Glad to hear of the resolution. That's why I love doing this (CF 
troubleshooting) for
a living. I've seen so many similar problems that I can be a bit dogged about 
saying,
"are you really sure you tested xxx?" :-), but it just comes from having "been 
there,
done that", as of course have so many others here. It's a great community we 
have. :-)

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Dusty Hale
Sent: Thursday, July 15, 2010 4:32 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] disappearing variable values

 

Yes that was it. For a test I removed the application.cfm file and then that 
corrected
the problem so then I went through the application.cfm and see there was also 
 in the application.cfm file. So obviously the 
first tag
was canceling out the second. 

Thanks Charlie. That should have been obvious to me. I thought too much into 
this and
look right passed the obvious. 

Dusty 

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10)

2010-07-15 Thread Peyton Todd

Any chance we could schedule him for meeting with ACFUG Wednesday evening 
August 
4?





From: Cameron Childress 
To: discussion@acfug.org
Sent: Thu, July 15, 2010 4:39:36 PM
Subject: [ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10)

Just saw this on Adam Lehman's (Product Manager for CF) blog:

http://www.adrocknaphobia.com/post.cfm/coldfusion-x-research-in-dc-atlanta-and-dallas


"If your company is located in the DC/Baltimore, Atlanta or
Dallas/Fort Worth and you can donate a few hours to offer feedback on
ColdFusion X, please let me know. Rupesh Kumar, ColdFusion Engineering
Manager, and I will be visiting ColdFusion shops to validate our
concepts for Link (codename for ColdFusion X)."

Read the full blog post for more.

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: camer...@gmail.com


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10)

2010-07-15 Thread Howard Fore
That'd be a great idea, assuming his schedule allows!

--
Howard Fore, howard.f...@hofo.com
"I live on Earth at present, and I don’t know what I am. I know that I am
not a category. I am not a thing — a noun. I seem to be a verb, an
evolutionary process – an integral function of the universe."
— Richard Buckminster Fuller


On Thu, Jul 15, 2010 at 10:06 PM, Peyton Todd  wrote:

>
> Any chance we could schedule him for meeting with ACFUG Wednesday evening
> August 4?
>