I have a problem paging data on my
JSP, I have this code to page from collection stored in request scope, The data was shown on the page but it didn't show any "next" or "prev" value.
Is it because it didn't catch the right bean size?
I try to put <c

ut value="${pbSize}"/> to display the value of the bean size but it didn't shown on the page
Anyone can give me some hint?
thanks in advance,
paula