Display Group not setting object array
Display Group not setting object array
- Subject: Display Group not setting object array
- From: Thomas <email@hidden>
- Date: Mon, 7 Feb 2005 15:21:45 +1100
I'm using a Display Group for its batch display capabilities, and I'm
setting the object array, which works the first time. But when I set it
to something different, using this code, I get strange results, with
none of the new objects being shown. The code is:
System.out.println("Setting real foundUsers = " + n.count());
usersDisplayGroup.setObjectArray(n);
usersDisplayGroup.updateDisplayedObjects();
System.out.println("usersDisplayGroup.displayedObjects = " +
usersDisplayGroup.displayedObjects().count());
Gives this result:
Setting real foundUsers = 9
usersDisplayGroup.displayedObjects = 3
The displayed objects are the first few of the old list, but the number
doesn't match the new list or the old list.
Any ideas?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden