You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello,
I have GWT portal. Portal has different kinds of data. I want to view
the data in jasperReport and later export to pdf,csv,text
etc..depending on the user option . I dont want to use JasperServer.
I wrote the Jasper code [compile & file Reports] method. and tried
running on GWT Development mode.
I'm getting the following errors on GWT Development mode.
No source code is available for type
net.sf.jasperreports.engine.data.JRBeanArrayDataSource; did you forget
to inherit a required module?
I'm able to compile the code but when I run then only is the problem.
Is it possible to have JasperReport on a GWT ? If yes can you guide me
with an simple examples and also settings/configurations needed.
Thanks!!
Vishnu
Jens
unread,
Sep 20, 2011, 12:00:12 PM9/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You have to generate the PDF/Excel/etc file on your server (not JasperServer, just your GWT backend server) and tell the browser where to download/open the file once its generated.
-- J.
Rob
unread,
Sep 20, 2011, 11:58:33 PM9/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message