It may be as simple as a variable scoping problem.  a CFPARAM tag is being 
used to set a default value of Categories (no scope) to a blank 
string.  The cfa_contentObjectProperty tag is also referencing the the 
variable without a scope.  Its possible the two unscoped variables are 
actually referring to a variables.categories, and not the form.categories 
which they really mean.  I would try changing <cfa_contentObjectProperty 
name="categories" value="#categories#"> to <cfa_contentObjectProperty 
name="categories" value="#form.categories#"> and see if that helps.

At 12:04 PM 6/22/00 -0400, you wrote:


>Hi Again,
>
>Is there anyway to automatically authenticate a user (giving them access to
>a CF application without having to login) using NT Authentication?
>
>TIA,
>
>Debbie
>
>------------------------------------------------------------------------------
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

==================================================
Jeff Tapper
[EMAIL PROTECTED]
Senior Allaire Platform Technologist
http://www.gtriad.com
G. Triad
==================================================

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to