Hi, What exactly JasperReports produces ?
You may need to process the generated by JR HTML and wrap all <img> tags in <wicket:link> elements. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun 20, 2017 at 8:32 AM, James Selvakumar <[email protected]> wrote: > 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? >
