Hello -
I have most of my app converted to Wonder. However, my old widget components aren't working anymore. The object isn't being passed in. The key is passed in fine, but the EOEnterprise object isn't.
These custom components are not part of D2W. They are just part of the plain vanilla.
I have subclassed ERXComponent, ERDEditComponent, etc, all to no avail.
I have an iVar as : public EOEnterpriseObject object; I have also used setObject, etc, and a null object is always passed in.
My wod file has the following:
TypePopup: TOSEditTypePopup { key = "type"; object = projectItem; }
What obvious thing am I missing?
If I take out the widget, the component renders so the projectItem isn't null.
Thanks James
|