hallo all..
i have a problem to create pdf format report with jasper report/ireport plugin in jsf ?
i’ve made a report in jasper report, but i can’t integrate it with jsf for create pdf format..
thank for your help..
hallo all.. i have a problem to create pdf format report with jasper report/ireport
Share
Could could do it this way. Add a
h:commandLinkon a page pointing to an action method of your bean:In your bean you should generate your report and write it to the
OutputStreamof the response: