Hello -
Is there a way to use KVC to:
1) Given an array of EOs
2) Get an array of attribute A1 which is a double.
I was hoping to do:
double[] y = (double[])projects.valueForKeyPath
("calculatedRewardScore");
but this throws an exception.
What am I doing wrong?
- James Cicenia
_______________________________________________
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]