I am using the BIRT Report Engine API. It generates html that I want to display in a Panel or a WebMarkupContainer. The API requires me to hand it a java.io.OutputStream, which it then writes to. How do I obtain a stream from Wicket in a way that the BIRT output can be inserted in my Panel?
Any help is appreciated. Julian
