Hey all.... would you please take a look at the following code:

<p>isdefined member_id = <cfoutput>#isdefined("url.member_id")#</cfoutput></p>
<cfset p = server.udf.getMemberDetail(member_id=url.member_id,
includeTextFields=true)>
<cfoutput query="p">
        <p>isdefined member_id = #isdefined("url.member_id")#</p>
</cfoutput>
<p>isdefined member_id = <cfoutput>#isdefined("url.member_id")#</cfoutput></p>


(I did not write it, please exclude the errant use of cfoutput and cfloop)

Here's what's happening.  getMemberDetail() is a method that returns
one record from the DB.

member_id is passed in via URL param.

For some reason, the second isDefined call returns NO, while the first
and third properly returns YES.

Anyone ever seen this before?

We're running 64 bit CF8.0.1 on Windows Server 2008 x64

The CFC method does not make any references to the url scope.  The
behavior is the same if I use cfloop instead of cfoutput over the
query.

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to