Hi Haydar,

One way I have done this is to create a report Servlet on my server.

Then I am using  something like in my Button, or Hyperlink Click
Handler:

   Window.open("http://urlToMyServlet?
reportName=MyReport,param1=somedata&param2=moredata");

The Pdf Report Servlet generates the jasper report pdf, and I set the
http headers to match the content-type for pdf etc.

This is one way to do it, I'm sure other have found different ways.

Hope this helps,
Mike.


On Oct 21, 4:32 am, Haydar <[email protected]> wrote:
> Hi friends,
>
> I am new to GWT and I have a problem with Jasperreports usage in my
> GWT application.
> I have some fields and a button and I want to get a report when i
> click the button.
> I was doing it with JSF easily but I couldn't manage to do it with
> GWT. Can anyone suggest me something? A very simple sample application
> or a website about this?
--~--~---------~--~----~------------~-------~--~----~
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