Re: access ServletOutputStream in wicket

2009-01-16 Thread Sébastien Piller
I really doubt that such an exception may be fixed by upgrading jasperreport (NotSerializableException is pure wicket exception, not a jasper one). The stacktrace shows you that the problem is here: final java.io.InputStream com.homeaccount.web.jasper.JRResource$1.val$report

access ServletOutputStream in wicket

2009-01-15 Thread novotny
(); How should I acccess the servlet objects, or is there a better way to do this that is the wicket way(tm)? Much appreciated, Jason -- View this message in context: http://www.nabble.com/access-ServletOutputStream-in-wicket-tp21487704p21487704.html Sent from the Wicket - User mailing list

Re: access ServletOutputStream in wicket

2009-01-15 Thread Igor Vaynberg
: http://www.nabble.com/access-ServletOutputStream-in-wicket-tp21487704p21487704.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: access ServletOutputStream in wicket

2009-01-15 Thread Sébastien Piller
Hi, look at RequestCycle#setRequestTarget and ResourceStreamRequestTarget novotny wrote: Hi, I'm learning Jasper to create/display a PDF when a link is clicked and the template code I have looks like: ServletOutputStream servletOutputStream = response.getOutputStream(); InputStream

Re: access ServletOutputStream in wicket

2009-01-15 Thread novotny
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/access-ServletOutputStream-in-wicket-tp21487704p21491294

Re: access ServletOutputStream in wicket

2009-01-15 Thread noon
For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/access-ServletOutputStream-in-wicket-tp21487704p21493497.html Sent from the Wicket - User mailing list archive at Nabble.com