Well my friends here is my question Using Spring+SpringMVC+JasperReports Suppose you have a form page which captures three values, like this: Value1: Value2: Value3:
ExportButton when the user click in the ExportButton, the use case is to retrieve all typed values, get a model in the database, alongside with parameters and then build a JasperReport with these data and then render the view in an Internet Browser as new web page and user can save file as well. I retrieve these values in my FormController class which extends SimpleFormController and using the OnSubmit, but how do I link the view and generate the JasperReport to be viewed in the browser and with a dynamically set. Any clues? Any Tutorials?