Hello,
what is the best way to create a download function.
my User Workflow:
1) user select a record in Listgrid.
2) user clicked the download Button
3 a) call DMI Method, and return the generated File????? e.g. dsResponse.setDownloadFile????
3 b) can i use exportData to solve this problem?
3 c) other suggestions
I read this post: http://forums.smartclient.com/showthread.php?t=10166&highlight=download but i can't find RPCManager.doCustomResponse() in javaDoc
NOTE: Content of the generated file is a professional/business XMLDocument. So just a big xml string > 1MB
I use smartGWT EE!!
thanks for the help
TMO
what is the best way to create a download function.
my User Workflow:
1) user select a record in Listgrid.
2) user clicked the download Button
3 a) call DMI Method, and return the generated File????? e.g. dsResponse.setDownloadFile????
3 b) can i use exportData to solve this problem?
3 c) other suggestions
I read this post: http://forums.smartclient.com/showthread.php?t=10166&highlight=download but i can't find RPCManager.doCustomResponse() in javaDoc
NOTE: Content of the generated file is a professional/business XMLDocument. So just a big xml string > 1MB
I use smartGWT EE!!
thanks for the help
TMO
Comment