Re: Using NSArray for Lists and WODisplayGroup for Batches
Re: Using NSArray for Lists and WODisplayGroup for Batches
- Subject: Re: Using NSArray for Lists and WODisplayGroup for Batches
- From: james o <email@hidden>
- Date: Thu, 25 Sep 2003 12:37:40 -0400
this might help?!
public WODisplayGroup messageDisplayGroup() {
////batch navigation
messageDisplayGroup.setObjectArray( someNSArray );
messageDisplayGroup.setNumberOfObjectsPerBatch( 35 );
return messageDisplayGroup;
}
./james
{ primax STUDIO : http://primaxSTUDIO.com : 513.772.1223 }
_______________________________________________
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.