Hi all,

if you've come from Xcode you might remember that when creating a 'key' in WebObjects Builder that the following code would be created in your Java file...

---------------------------------------------------
/** @TypeInfo com.ish.willow.college.model.Tutor */
public EOEnterpriseObject someKey() { ... }

public void setSomeKey( EOEnterpriseObject someKey ) {...}
---------------------------------------------------

WOLips doesn't (as yet, at least) utilise such @TypeInfo annotations - so you'll get an "There is no keypath 'someKey.someOtherKey' in YourComponent" error indicated in your wod file.

Simply change your method signature in your Java code. This can be a little time consuming for a large project though...

with regards,
--

Lachlan Deck



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to