No problem--that's why we're all here :). Good luck with the rest of it--don't hesitate to ask if you have more questions...
Cheers, REM O- -----Original Message----- From: Bouton Jones [mailto:[email protected]] Sent: Monday, July 11, 2011 6:00 PM To: fusebox Subject: Re: Error in Fusebox: "Complex object types cannot be converted to simple values" 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:6976 Subscription: http://www.houseoffusion.com/groups/fusebox/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/fusebox/unsubscribe.cfm
