Re: BIRT Wicket Integration

2010-08-06 Thread sylvia

Yes, i was able to re-arrange my code to get to what I needed. Now I'm trying
to get it into a div or panel instead of an iframe. I tried creating a
DocumentDiv, similar to your DocumentInlineFrame and using that, but it
doesn't seem to be working. Is there a limitation on what I can send the
byte array to? Thanks for help.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BIRT-Wicket-Integration-tp2315184p2316411.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: BIRT Wicket Integration

2010-08-06 Thread sylvia

By the way, i'm just returning html, not the pdf. I have a pdf as a separate
report option. So really I would just like to take the html version of my
report and put it in a div tag. 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BIRT-Wicket-Integration-tp2315184p2316437.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



BIRT Wicket Integration

2010-08-05 Thread sylvia

I have a wicket web app that displays a BIRT report based mostly on the
information found here:
http://java.dzone.com/articles/integrating-birt-your-wicket
http://java.dzone.com/articles/integrating-birt-your-wicket 

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?

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.

Any help would be appreciated. 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BIRT-Wicket-Integration-tp2315184p2315184.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: BIRT Wicket Integration

2010-08-05 Thread sylvia

Thanks Ernesto, I did see your article. I was unable to figure out how to get
the two options to work together. In the solution I currently have, it seems
to hijack the outputstream and doesn't give you a way to re-direct it to
your DisplayResource. 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BIRT-Wicket-Integration-tp2315184p2315410.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: BIRT Wicket Integration

2010-08-05 Thread sylvia

I can't get the outputstream from the BIRT code to give to the getBytes
method. Thanks though. I will see if I can render the BIRT report  a
different way.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/BIRT-Wicket-Integration-tp2315184p2315458.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org