I have a few relationships where I need to report the count, e.g. # of personal 
connections or # of posts etc.

Shouldn't I be able to include the count of a relationship in the show filter 
like this?

                filter.include(Question.MTLIES.count()); 

Seems to want to perform count() on each element and not report the 
relationship's count?

Or is it best to store the count as an integer that gets updated when the 
relationship changes?


 _______________________________________________
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