Konakart is using the servlet named "
run" provided by BIRT to show the birt report inside the konakart admin app
ie :
birtviewer/run?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880
instead of this if you use another servlet which is provided by BIRT, u will be able to see the paging which is done by BIRT itself
that servlet name is
framesetif you use the following url to view your report, you can see paging that is already created by BIRT
http://localhost:8087/birtviewer/frameset?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880regards