1
vote
0answers
42 views

JasperReports for grails: Using HashMap as Model?

Imagine I have two classes in Groovy that look like that: class Person { int id; String name; } class Item { int id; int price; } Now it would be simple to create a JasperReport listing ...
0
votes
0answers
159 views

Passing list of objects from Grails controller to iReport generated Jasper report

Can anyone please help me to get started on generating reports from Grails? Let's say that I have Book domain class and that I want to pass list of all books to iReport generated Jasper report. What ...
0
votes
1answer
78 views

Grails JasperService: how do I pass parameters to a report?

I have a simple Jasper report and a Grails app that uses jasper plugin to generate a report. The report has a parameter with a default value. Say, its name is user_id When I print the report, the ...
0
votes
1answer
77 views

Grails Jasper Reports: table not found issue

I wish to use Jasper Reports to generate some files filled with data from a MySQL DB. So far I've created a simple report with a couple of fields. It uses a jdbc:mysql datasource. I used Jaspersoft ...
-1
votes
1answer
60 views

Grails Plugin: Jasper plugin - No such report spec error

I am getting an error when trying to run any of the demo reports in the Grails Jasper Plugin demo page. I'm thinking I'm missing some configuration, but the plugin doc doesn't give any more detail. ...
0
votes
1answer
332 views

Unable to pass a variable parameter to jasper report

So, I have created a simple CRUD app using groovy on grails and I want to use jasper reporting plugin to get some simple reports on the database. I have set up a simple G:select to pick from a drop ...
0
votes
1answer
68 views

Error when running after installing jasper plugin

I am having a problem, when I installed the grails jasper, I got this error: Error Error running script run-app -verbose: loader constraint violation: loader (instance of previously initiated ...
0
votes
0answers
220 views

Passing list/array param on Jasper report (.jrxml)

I am relatively new to grails jasper plugin. I have this code in my gsp: <g:jasperReport jasper="sample-jasper-plugin" format="PDF,HTML,XML,CSV,XLS,RTF,TEXT,ODT,ODS,DOCX,XLSX,PPTX" ...
0
votes
1answer
144 views

In Grails, how can I render a list view as a Jasper report?

I am using Grails 2.0.4 and have installed the Grails Jasper Reports plugin. There is a nice “step-by-step” guide on the plugin page, but it does not seem to cover what I am looking for; I need to ...
0
votes
0answers
173 views

iReports and grails. set javabeans data source and connection

I have some problems to configure ireports, i´m using iReport4.8.0 (i tried ireport4.7.1 before and the same problem happened) and grails ggts 3.0.0 I have a domain class called Consulta in a package ...
3
votes
1answer
150 views

Grails JR report render as HTML

I am using the JasperReports plugin to generate a complex report. It is working fine with pdf file but requirement is that before download the pdf show exact pdf report preview in html format. I ...
0
votes
0answers
315 views

Jasperreports Error executing SQL statement in Grails

I'm using Grails 1.3.5 with JusperReport plugin in my project. I generate reports in several parts of my application, but in two parts a got an error. Here is an action which generates report: def ...
1
vote
0answers
240 views

Grails Jasper hidden parameter

I am creating a basic report wherein I could pass the domain model passed by the controller to the view and use that instance as a parameter for the report. Here the part of the ...
0
votes
0answers
120 views

Grails Jasper Subreporting

This is somehow connected to my previous question posted here and here. I am getting to the point of having to create a report named, main_report, hold parameters then have two sub-reports containing ...
1
vote
1answer
280 views

Grails Japser Subreport

I am using grails and I have this Jasper report with a subreport in it. Having this simple two jasper reports Note: Only .jrxml is the file extension of the files inside the /web-app/reports ...
0
votes
1answer
415 views

Grails Jasper: Displaying property/-ies from java.lang.Object

I have this problem regarding my Jasper Report on Grails wherein I should display the contents of a particular model having this properties class Schedule { Subject subject Room room // another ...
0
votes
1answer
773 views

Grails IReport Jasper returns blank page

I have this problem having to display my jasper report on my grails application. On the application I've installed the jasper plugin using the command: grails> install-plugin jasper I have created ...
0
votes
0answers
210 views

Chart in Jasper Reports based on Boolean Value

I have a Grails project for which I now need to create some reports (some with graphs). I have never done reports before, so I figured I'd start with something simple. I got the Grails Jasper plugin ...
2
votes
2answers
454 views

iReport connect with Grails DB [H2]

I have this problem connecting the Grails Database Server which is by default uses the H2 Database (driverClassName: "org.h2.Driver"). What is the way to connect the iReport to the database?
0
votes
0answers
120 views

JasperReports and Grails

I'm using JasperReports in my project, and then export report to Excel format. The problem is the values in report are integer, but when export to excel they converted to string. How can i export to ...
0
votes
2answers
464 views

Jasper plugin for Grails: Cannot invoke method generateReport() on null object

I am using Jasper plugin (v 1.5.3) for Grails (v 1.3.7). I have written following code in a method of a Service import org.codehaus.groovy.grails.plugins.jasper.JasperExportFormat; import ...
0
votes
1answer
312 views

Grails Jasper plugin, how to disable white background when export to excel?

I am using the Jasper plugin and would like to disable the white background when exporting to excel. How can i do that? /Marco
1
vote
0answers
541 views

Beginning jasperReport/iReport with Grails

I want to create a report for my domain class instances but not all, just the ones user selected in the GSP table (selecting checkboxes). On my report I will also have some logic - few conditionals, ...
2
votes
2answers
821 views

JasperReports in grails

I have installed jasper plugins for my grails application. Then in the list.groovy page I have modify the code: <g:paginate total="${Race.count()}" /> </div> <g:jasperReport ...
0
votes
1answer
405 views

grails jasper plugin report pdf display

I am using the grails jasper plugin to generate reports in my grails application. It works fine but it offers the pdf report as a download, is there a way to display the report in the browser, lets ...
0
votes
0answers
468 views

Using a created report with iReport 4.5.0 gives 'Invalid content..' how to fix?

i am trying to use the JasperReports plugin with my Grails app, but unfortunately i am running into problems. I create a report with iReport, load that into my app and then when calling the report i ...
1
vote
1answer
993 views

Diacritic chars in a Jasper Report template

I have to use Polish language to fill my report content, so I have to use diacritic chars (ą, ć, ę, ł, ó, ż, ź). And I have problem with them, they are skipped after exporting jasper print to an ...
2
votes
1answer
409 views

Grails jasper parameters

I am using Jasper plugin for reports. what I need is to pass 3 parameters to the jrxml. Of those 3 parameters, two are strings and one is a list. I define the same in jrxml. In my gsp I am passing the ...
6
votes
1answer
2k views

jasper report in grails

I use jasper plugin to get report in pdf .I am trying to get report using this example(http://grails.org/plugin/jasper).To get particular id information in pdf format used below codes. <div ...
0
votes
0answers
179 views

Limit Report to a given ID with DynamicJasper grails plugin?

I'm new to grails. I need to generate reports in pdf or any other format. I have used dynamic jasper for getting the output in pdf format. I'm getting all the values from table(database) in report ...
0
votes
1answer
148 views

about wiring spring beans through custom reporting context in grails

Hi I am using Jasper Reports for my Grails based web application and I have a ReportingContext.xml which has beans for each report like report id/name mapping with the report template (jrxml). I need ...
0
votes
0answers
193 views

Generating a Jasper Report in excel from a list object without using SQL

I would like to generate a Jasper Report in excel from the list object I generated. I obviously do not want to use SQL. Appreciate any help with step by step instructions.
1
vote
1answer
683 views

Using collections as parameters in Jasper from Grails

I am trying to learn how to get Jasper running from within a grails app using the jasper plugin. On the plugin directory page [ http://grails.org/plugin/jasper ] there is a fairly in-depth tutorial. ...
6
votes
3answers
664 views

Running Jasper Reports against an in-memory h2 datasource?

I'm trying to run jasper reports against a live and reporting database, but any reports run against the live database throw exceptions about not finding the right tables (although the default PUBLIC ...
1
vote
1answer
1k views

Nesting Jasper expressions

I have a field ($P{ORDER}.permit) which is Integer (0,1) and I'd like to display it as a String ("No", "Yes"). So I added below keys to ResourceBoundle: order.permit.0=No order.permit.1=Yes I wrote ...
0
votes
1answer
305 views

Jasper iReport - creating report in development and deploying it to production

How to create a jasper report with devl database and then deploy to prod with prod datasource? Steps: Use iReport to create jasper report. Define devl DB as datasorce. compile and test it. Once ...
2
votes
2answers
636 views

Grails: Jasper plugin error on Linux - java.lang.reflect.UndeclaredThrowableException

Everything works fine on my local machine. But as soon as I get it on a Linux box (CentOS), the following error comes up while generating the report: java.lang.reflect.UndeclaredThrowableException ...
0
votes
2answers
470 views

Where to store temp file in Grails appliaction?

in my grails application using jasper Reports i am creating report in pdf format, i want to make it available it for downloading.. so in which directory of my application i need to save file...? ...
0
votes
1answer
840 views

How to create a new directory in grails application to store jasper report files those can be downloaded by user

I want to create a new directory to store all pdf reports generated by jasper reports and they should be accessible to users to download as well For example: I am exporting the a file called ...
0
votes
1answer
2k views

How to export pdf report in jasper reports

I want to export a report as pdf and it should ask the user for a download location. How do I do this in grails? This is my code: def exportToPdf(JasperPrint jasperPrint,String path,request){ ...
1
vote
1answer
954 views

Including Liberation .ttf fonts in a grails war?

How do I package the liberation fonts with my grails war? The fonts may not be available on the servers I'm deploying to, and I need the fonts for my reporting system. How do I include the fonts in ...
0
votes
1answer
288 views

Packaging fonts for Jasper with a grails application?

Is there any way to include fonts within a WAR distribution such that the JVM can access them? Specifically, I need Arial, and right now, I need to run the following on ALL my servers. This can't be ...
3
votes
1answer
688 views

Setting the classpath for jasper reports to find localization files?

I have a grails application, and I'm trying to store all my .jrxml reports in src/reports. Since I can point at files with the jasper compiler, this works fine. However, now my reports need to be ...
2
votes
1answer
221 views

Is it possible to bind a collection of Groovy Expandos to a jasper report?

I'm using the Grails Jasper report plugin in my application. Im trying to bind a collection of Expandos to my report template. My Expando is built as follows def calendarTask = new Expando() ...
1
vote
1answer
742 views

DynamicJasper(on Grails) Purposefully keep column or field blank(empty)

I want to generate a pdf report, where a column(or cell/field) is left blank(empty) on purpose. This column actually does have a value but, I'm choosing not to display it. The column title still needs ...
3
votes
1answer
2k views

How can I print directly to printer using jasper reports and grails?

Can someone please help me. I'm using grails and jasper grails plugin. I would like to send a jasper report directly to the printer from a click on my webpage. Can someone please point me to the right ...
1
vote
3answers
4k views

How to use jasperreports subreports with grails jasper plugin?

I would like to use subreports with grails jasper plugins, I followed the manual at this url (http://www.grails.org/plugin/jasper). Here is my code : Domain Book : class Book { static belongsTo ...
6
votes
2answers
20k views

How to use table component added to JasperReports 3.7.2 with grails jasper plugins?

I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component useful to generate tables. I have define Table dataset 1, and some fields ...
7
votes
4answers
6k views

How to print from web application to receipt printer?

I was asked by my client to print receipts on an Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. Are there any java applets or ...
0
votes
1answer
779 views

jasper grails parameters

I have a Jasper report which accepts an Integer parameter. I am using the <g:jasperReport> tag to call the report. The body of this tag has an HTML <input> whose value gets passed to the ...

1 2