I am using a RequestBuilder object from Gwt to send a innerHtml string
from a panel to generate a PDF report in the servlet
SomeWhat like this:
RequestBuilder rb = new RequestBuilder("RequestBuilder.POST","URL");
rb.sendRequestData ("Some String");
So the servlet is some class which extends HttpServlet.
I am able to see that the Request is invoking the Servlet , but some
how it is neither opening an inline window or any attachment.
And there are no exceptions caught at the console. Can you please
suggest me how to go about it
Many thanks for the time
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment