If have a course.cfc type with a definition thus:

        <cfproperty ftseq="42" ftfieldset="Accreditations 1"
ftwizardStep="Accreditations" name="sAccreditationsTitle1"
type="string" hint="Title for accreditation 1." required="no"
default="Accredited By" ftlabel="Accreditations 1 Title" />
        <cfproperty ftseq="43" ftfieldset="Accreditations 1"
ftwizardStep="Accreditations" name="aAccreditations1" type="array"
hint="Holds object pointers to accreditations." required="no"
default="" ftJoin="Accreditation" ftlabel="Accreditations 1" />

The two entries are deployed in the database.

When I go to try to edit accreditation in the webtop, I get the
following error:

Detail           [empty string]
ErrNumber       0
Message         Element aAccreditations1 is undefined in a CFML structure
referenced as part of an expression.
Resolvedname    [empty string]
StackTrace      coldfusion.runtime.UndefinedElementException: Element
aAccreditations1 is undefined in a CFML structure referenced as part
of an expression. at coldfusion.runtime.CfJspPage.ArrayGetAt
(CfJspPage.java:919) at coldfusion.runtime.CfJspPage._arrayGetAt
(CfJspPage.java:930) at coldfusion.runtime.CfJspPage._arrayGetAt
(CfJspPage.java:925) at cfobject2ecfm229574469._factor11(C:\Inetpub
\wwwroot\core\tags\wizard\object.cfm:254) at
cfobject2ecfm229574469._factor23(C:\Inetpub\wwwroot\core\tags\wizard
\object.cfm:242) at cfobject2ecfm229574469.runPage(C:\Inetpub\wwwroot
\core\tags\wizard\object.cfm:1) at etc...

Am I missing something obvious?
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to