jsp pageing problem
- by user93796
i am using the redy made paging tags.B But it give me a error of null pontinter exception.
the first page is displayed correctly.But when i click next it gives the error
<%@ taglib uri="http://jsptags.com/tags/navigation/pager" prefix="pg" %
<%
Iterator i = null;
Set tutorials = (Set ) request.getAttribute("tut_lst");
…