I have a wicket web app that displays a BIRT report based mostly on the information found here:<br />
<a class='bbc_url' href='
http://java.dzone.com/articles/integrating-birt-your-wicket'>http://java.dzone.com/articles/integrating-birt-your-wicket</a><br />
<br />
This works OK, but it sends the report to the OutputStream and takes the user away from the web app. I would prefer to have the BIRT report display in a div or an iframe, but I am having trouble making it happen in wicket. Has anyone here done something like this?<br />
<br />
Essentially I have a page with a number of report parameters on a wicket page and would like the report to display below these parameters. Then the user would be able to just modify the parameters that are still visible and re-run the report.<br />
<br />
Any help would be appreciated.