Use of WOBatchNavigationBar with sortKeyList
Use of WOBatchNavigationBar with sortKeyList
- Subject: Use of WOBatchNavigationBar with sortKeyList
- From: Merul Patel <email@hidden>
- Date: Tue, 6 Jan 2004 11:20:51 +0000
Hi,
Anyone know how to bind the sortKeyList element of the
WOBatchNavigationBar component?
I have a WODisplayGroup of objects, which I've bound to a
WOBatchNavigationBar, and I've bound the sortKeyList to an NSArray,
which I set when the component awakes.
I tried setting it to the key names, eg:
sortKeyList = new NSArray(new String[]{"createdOn", "modifiedOn"});
as well as a qualified set of key names, eg:
sortKeyList = new NSArray(new String[]{"file.createdOn",
"file.modifiedOn"});
In both cases, the WOBatchNavigationBar does not display a drop down
for me to select sorting.
I've also made sure that the WODisplayGroup is not set to do any
sorting.
TIA,
Merul
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.