On Mon, Jan 7, 2013 at 2:23 PM, Flying-w <[email protected]>wrote:

> Once again thanks for the suggestions.  Email won't work here however, as
> the GWT application is an interactive workflow management tool.  When a
> user wishes to see a PDF, they need to see it right now rather than wait
> for a link to be supplied via email.  If browser is the only way forward,
> how can I do this?


You still use the LINK method, just return the link to the GWT application
which should open a hidden iframe and point the iframe to it.
The servlet, (which you can override your existing get in the GWT rpc
servlet btw), when it receives the request and have your servlet  send the
PDF with the extra mime-type stuff to force download.

-- 
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.

Reply via email to