Re: WORepetition - group by multiples of 10
Re: WORepetition - group by multiples of 10
- Subject: Re: WORepetition - group by multiples of 10
- From: arturo <email@hidden>
- Date: Mon, 15 Dec 2003 15:18:44 -0500
For this purpose I used a
WODisplayGroup
WOBatchNavigationBar.
That also gets you sorting on a column basis by use of a WOSortOrder if
you'd like that.
The thing to remember about WODisplayGroup is that it isn't really a
presentation element. It's more like
a controller object. So, just putting one on your page doesn't do much (if
anything). You hook it up
to your WORepetition and basically build the page as you would without the
display group.
----- Original Message -----
From: "Janice M. Cheung" <email@hidden>
Cc: <email@hidden>; <email@hidden>
Sent: Monday, December 15, 2003 2:51 PM
Subject: WORepetition - group by multiples of 10
> Greetings,
>
> How do I implement the functionality to group query results in
> multiples of 10 (and have a "Next" button)
> when there is a WORepetition?
>
> Any advice or help would be greatly appreciated. Thanks in advance!
>
> Cheers,
> Janice
>
> _______________________________________________
> WebObjects-dev mailing list
> email@hidden
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev
_______________________________________________
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.