On Dec 26, 2007 9:29 PM, James Schell <[EMAIL PROTECTED]> wrote:

> The mistakes are my newbieness, my appologies for any offense.
>

heh, no offense taken ;)

> #name# is the field returned in the cfdirectory, so I carried it across.

So I'd just use name, not #name#. The use of # in CFML is a 'marker'
to the server to let it know when ti replace a string with a variable.
In this case, you want to literally use name

>Regarding var scoping the variable CurrentDir why if that is what is
being returned?
Any variable you create in a CFC method should be var scoped.
Otherwise you could possibly run into issues under load.

> Just asking because I don't know. Chaning the output to no instead of yes, 
> again if I was returning data am I not outputting just the same? Not sure.

You only need output=true if you are outputting in the CFC method.

>>
> Thanks for the info
>
> Jim
>
> 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295387
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