Re: KeyValue coding for non WO classes

2005-12-22 Thread Art Isbell
On Dec 22, 2005, at 12:29 PM, Owen McKerrow wrote: Now I've gotten so used to WO and it doing lots of the work for me, I just tried to make a valueForKey() call on this class which of course failed as the class doesn't know anything about key-value coding :) So whats the easiest way to tell

KeyValue coding for non WO classes

2005-12-22 Thread Owen McKerrow
Hi All, I've had to make a couple of standard Java classes for helping out on a page ( there containers that contain a real EO object, a couple of booleans to hold the state of this object, as well as a couple of other things ). Now I've gotten so used to WO and it doing lots of the work