I had this "error" last week. From memory, it was because I was creating stProperties using structNew() instead of objFarcryType.getDefaultProperties()
Sifting through the code, you will probably find that it is because the property "typename" is not set. Joel -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Zocoloco Studios Sent: Saturday, 3 May 2008 4:00 AM To: [email protected] Subject: [farcry-dev] se I am getting an error: Element '' is undefined in a CFML structure . . . referring to line 494 of core/packages/types/types.cfm What I am trying to do... - I have extended dmEvents - I created an includedObj for a form that displays on the website (not in admin) - on form submission, I - create an event object (createObject - application.types.dmEvent.typePath - set stProps for all form values - setData(stProperties = stProps) What am I doing wrong that could be causing this error? It looks like it is hanging on getting a 'status' value - but even if I include this in stProps I still get the error. thanks! elaine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
