l1nk wrote:
> Hi.
>
> My question is, how can i get all the records to export? At this moment i
> only export the data shown in the page and what i wanna is to export
> everything.
>   
I haven't gone through your code thoroughly but I think all you need to 
do is check whether this request is for display or for export. If it is 
for display then just select the page worth of data. If it is for export 
then select all data. The request object will contain a parameter called 
"d-xxxx-e" (xxxx being the numeric id displaytag has generated for your 
table) if the request is for export.

Ed!

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to