As a followup, I get the correct number of rows if I comment out any code which 
sorts the displayGroup using attributes other than the id column of the entity 
populating the displayGroup.  

Without sorting, and with setUsesDistinct(true); I get 23 rows.  Navigation 
works.

If I then try to sort the displayGroup (using in this case the entity's 
lastname then firstname attributes) I get the oracle error, because the inner 
most select statement generated by Wonder/EOF has a distinct, but is trying to 
orderby attributes that are in the outermost select but not the inner most 
select where the distinct statement is.

Is this a bug in Wonder where setUsesDistinct(true); does not work with sorting?

Am I missing something?

Andrew
 _______________________________________________
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