On 9 mai, 11:58, Manuel Carrasco <[email protected]> wrote:
> Yes I think the best way is to generate the data in your server and add a
> link to download it in your application
+1 (best way, or maybe even *unique* way)
> myPanel.add(new HTML("<a href=\"path_to_your_server_csv_generator\">download
> a csv</a>"));
myPanel.add(new Anchor("download a csv",
"path_to_your_server_csv_generator"));
;-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---