You have to write servlet for export data. Do below steps :
1) get selected data from selection handler.
2) create rpc call which set selected data in http session of server.
3)on success, call submit form that call servlet.
4) write code to read data from session attribute and use itext tag for formatting data in servlet
5) finally generate pdf
Thanks,
Bhumika
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/t4oy-PdL0qk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
ok thanks :) i will try that ;)