Display n number of row using Logic:iterate tag in JSP
I have a JSP which shows a list using Logic:iterate tag. Now I want it to display only 10 records at a time and subsequent records should be shown when the user asks for next 10 records.
Any idea how to do this????