Hi,
I was struggling all day to find out the problem, but I found nothing.
I'm using now Acegi, Spring MVC, and Jasper.
And what I have, I want to pass the result of my searching in to the view, which invokes JasperReportsMultiFormatView.
What I get is only an empty page for all formats, pdf, excel, and html.
The JasperReportsMultiFormatView is invoked, because the application doesn't send any error, but like I said, it returns an empty pdf file, empty xls file, also empty html file.
I tried with some jrxml files, which also work in another application. So I think the problem is not in jrxml file.
Can somebody help me ?
steve


Reply With Quote