If you want to limit the loop to a subset, you might also want the subset
tag:
...
Plenty of examples in the docs.
M
On 10/6/03 2:09 AM, "Konstantin Priblouda" ([EMAIL PROTECTED]) penned the
words:
>
> --- Lars Johansson <[EMAIL PROTECTED]> wrote:
>> Hello everyone,
>> we have a webapp with
--- Lars Johansson <[EMAIL PROTECTED]> wrote:
> Hello everyone,
> we have a webapp with some reports spanning multiple
> pages and using offset/limit to fetch data into a
> Collection. I must say I find is somewhat tricky to
> access the counter in an iterator to do render were
> in the total resu
Hello everyone,
we have a webapp with some reports spanning
multiple pages and using offset/limit to fetch data into a Collection. I must
say I find is somewhat tricky to access the counter in an iterator to do render
were in the total resultset the user is. Does anyone hav experience or code