Hi,
I use spring 1.2.1
jasperReport 0.68
i'm new to spring i want to generate jasperreport dynamicaly.
i want to use JasperReportsMultiFormatView
the jasper report name is stored in a database table.
So how do i pass the url (jasper file) and data to jasperreport with spring.
in short which are the steps to generate a report.
Is there an example which use japser with spring ?
i'm trying yo convert my servlet which processes the data to jasperreport to spring because i want to convert my webapp to spring.
Sergio


Reply With Quote