displaytag - display tag for pagination without hitting database -
i using display tag pagination in jsp displaying 10 records per page,but hitting database everytime when click on next or prev button .my tag
<display:table id="voucherauthorization" name="voucherauthorizedatalist" pagesize="10" cellpadding="5px;"cellspacing="5px;" style="margin-left:100px;margin-button:20px;" requesturi="" > i want records without hitting database , using records list in jsp page. how can it?
Comments
Post a Comment