Well, the server side which should populate the csv file is the server 
package within the GWT project.
I'm not using any external backend to populate the csv file.
When mentioned sending list of objects using RPC I meant using the 
RemoteServiceServlet.

Once my "server" get's this list , it should create a csv out of it and 
*somehow* send it to the client.
Just can't figure how to do so.
Maybe the server should return the user a path to the created file, but then 
what?
Maybe new servlet should be created to handle this kind of action, but how 
can I send the list of the selected objects?





-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to