Hi all, I'm trying to embed the HTML report from the filesystem generated by JasperReports in a Panel.
I tried using a WebComponent and write the content of the HTML file to the Response. The markup gets added as expected but unfortunately JasperReports produces separate image files and I'm not sure how to display them. Is it possible to display HTML from filesystem along with it's dependant resources inside a Wicket component? Or is there a better way?
