Re: [OS-webwork] Accessing counter in iterator

2003-06-09 Thread Mike Cannon-Brookes
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

Re: [OS-webwork] Accessing counter in iterator

2003-06-09 Thread Konstantin Priblouda
--- 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

[OS-webwork] Accessing counter in iterator

2003-06-09 Thread Lars Johansson
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