Thanks Geoff,

That helps a lot.  After years of extending I totally forgot the path had
changed.  I made the updates and Is till get the same error however.  I have
updated app and restarted CF (version 8)

I have updated my code to be:

<cfcomponent extends="farcry.plugins.farcrycms.packages.types.dmevent"
displayname="Events">

<cfproperty name="maxRSVP" type="numeric" hint="max value rsvp for this
event" required="no" default="0" ftlabel="Max RSVP" ftfieldset="Event
Overview" ftwizardStep="General Details" ftseq="7" >
<cfproperty name="linkRSVP" type="string" hint="add rsvp link to display"
required="no" default="0" ftlabel="Link RSVP" ftfieldset="Event Overview"
ftwizardStep="General Details" ftseq="8" >
<cfproperty name="endDateRSVP" type="date" hint="date to remove rsvp link"
required="no" default="" ftlabel="End Date RSVP" ftfieldset="Event Overview"
ftwizardStep="General Details" ftseq="9" >


The exact error is:

Element title is undefined in a CFML structure referenced as part of an
expression.

The error occurred in C:\_WebDev\farcry_root\core\tags\wizard\object.cfm:
line 256
Called from C:\_WebDev\farcry_root\core\tags\wizard\object.cfm: line 244
Called from C:\_WebDev\farcry_root\core\tags\wizard\object.cfm: line 1
Called from C:\_WebDev\farcry_root\core\packages\types\types.cfc: line 1029
Called from C:\_WebDev\farcry_root\core\tags\navajo\edit.cfm: line 162
Called from C:\_WebDev\farcry_root\core\admin\edittabEdit.cfm: line 45

254 : <cfelse>
255 : <cfif isDefined("variables.stObj") and not structIsEmpty(
variables.stObj)>
256 : <cfset Request.farcryForm.stObjects[variables.prefix]['MetaData'][i].value
= variables.stObj[i]>
257 : <cfelseif structKeyExists(stFields[i].MetaData, "ftDefault")>
258 : <cfset Request.farcryForm.stObjects[variables.prefix]['MetaData'][i].value
= stFields[i].MetaData.ftDefault>

Thanks!

-- 
Michael

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to