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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -