You're right. All the rest of the code on the admin.adminmenu.cfm template followed your syntax.
The change fixed the error. Thank you. Bouton >I think your problem is here: ><cfset xfa.grantorGoalObj.addSearch = "grantorGoalObj.addSearch" /> > >You're turning xfa.grantorGoalObj into a struct by adding the .addSearch >child element. The xfa element (grantorGoalObj in this case) should be a >simple key with a value of "grantorGoalObj.addSearch", not a struct. >Because you're implicitly creating a struct in the >parsed\admin.adminmenu.cfm template reference, that's causing CF to choke >when it hits that item, because it's looking for a simple value. Try >removing the .addSearch child element from the cfset and see if that >works... > >Cheers, >REM O- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/fusebox/message.cfm/messageid:6975 Subscription: http://www.houseoffusion.com/groups/fusebox/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/fusebox/unsubscribe.cfm
