> I am facing some problem in display tag:
>
> Issue: Display tag pagination without page reloads. ( I am using struts
> framework)
>
> Anybody pls provide solution for the issue:

Not quite sure your question. If you display 20 rows per page, when go 
to next page, the page has to be recalculated and updated, right?

For example,

(1) select first 20 records from table limit 1, 20;
(2) click next page
(3) select first 20 records from table limit 21, 30;
     will be returned?

Which step you'd like to omit?

I am using struts2 + tiles + spring3.05 + displaytag1.2. If you do some 
form checking/validation and just want to return message to users, ajax 
will help you stay the same page without reloading the whole calculation.


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