> I have a 30 records to display and my page size is 10 records/page.
>
> When I click *next* *pag*ination icon the UI gets reloaded and next 10
> records are displaying.
>
> But I don’t need to reload the UI.
>
> Display tag Code below:
>
> <display:table name=/"sessionScope.displaylist"/ id=/"tableid"/
> pagesize=/"2"/ requestURI=/"report.do?reload=false"/>
>
> <td class=/"R_leftborder"/ >&nbsp;</td>
>
> <td>
>
> <display:column class=/"Report_name"/ property=/"repGrpName"/
> title=/""/></display:column>
>
> </td>
> </display:table>

If I understand wrongly , please correct me:

Your situation is in "page.jsp":
=====================================================
---------
| part1 | huge calculation
---------
| part2 | display tag (10 over 30)
---------
| part3 | huge calculation
---------

You just want part2 to be updated by clicking paging icon. You tried to 
avoid calculation for part1 & part2?  Am I correct?

Emi





------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to