1

I saw that DynamicJasper integration with Struts 2 is possible and easy on the official doc. But how about Struts 1 ?? is there a possible integration like with Struts 2?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
help
  • 11
  • 2

1 Answers1

2

A regular file download should be enough... no need for anything special to have it integrated. The logic to make the report should be in a service class, the action should call this service. The service should return a temporary file in order to let the action send it as response to the client as a regular file download.