Paging feature working fine now
The problem to find out the previous page link got solved. (thanks to Reimar for suggestion)
The code is bit ugly, i will soon post the changeset after some cleaning and also i am yet to test it on large number of items.
Now, how should i present the input to provide count param, a text box to enter count by user (no need for javascript), or drop down select bar, having count ranging from 10,20....upto max_revision_num, ( could do with javascript).
Can you do both? if JS is disabled the box is nice to have. The value should be stored in the user object so it can be remembered
Reply : currently i am passing the count param in url itself, so according to you non-logged in user wont be able to set this count, for remembering the count, the option of saving it in user object is a good way, but how about using a cookie (which will work for all kind of user).
- You can't share a cookie between different systems, - well you can - but not the normal user.