> Tom Schreck wrote:
>
> I've tried using cfmodule to call a query from a
> centralized location, but my query was picking up
> Attribute values that are present at the time of
> the call to the cfmodule, but were not passed into
> the cfmodule.
Just to make sure I know what you're talking about:
Variable exists outside module? :
#isDefined("attributes.myVariable")#<br>
<cf_module template="qry_test.cfm">
<!--- qry_test.cfm --->
Variable exists inside module? :
#isDefined("attributes.myVariable")#
The output of the above code should be:
Variable exists outside module? : YES
Variable exists inside module? : NO
But you're saying it's this, right?
Variable exists outside module? : YES
Variable exists inside module? : YES
I've seen that happen before when the
FormURL2Attributes code is called twice. There
are a number of reasons thatcould be happen.
Can you post the code you're using to call the
module both within the same circuit and in
another circuit?
Good for you for recognizing the value of
cfmodule. ;-)
Patrick
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================