Page 1 of 1

DynaDictionarys - Key Path

Posted: Fri Aug 07, 2009 12:54 pm
by ConvertFromOldNGs
by Anonymous >> Mon, 10 Oct 2005 0:26:26 GMT

Hi,

I have a dynadictionary that contains instances that reference another generic object type.
I want to set a key path to the object im referencing like so.

addMemberKey('myDataClass.Customer.idNo', .....

However it seems jade cant do the type cast.

The Class membership in the dynadictionary is a generic supeclass type (ModelEntity) so I can use the class to point to any subclass object.

Is there a way around?

Troy

Re: DynaDictionarys - Key Path

Posted: Fri Aug 07, 2009 12:54 pm
by ConvertFromOldNGs
by cnwjhp1 >> Mon, 10 Oct 2005 1:54:37 GMT

How about using external keys instead of member keys?