Re: Is it possible to change MarkupStream ?

2013-06-26 Thread heikki
No, I used Firefox 21.0, with the app running in Tomcat 6. Any ideas, anyone ? thanks Heikki Doeleman -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-it-possible-to-change-MarkupStream-tp4659757p4659832.html Sent from the Users forum mailing list archive at Nabb

Re: Is it possible to change MarkupStream ?

2013-06-26 Thread Paul Bors
Let me guess, you used IE9 or IE10 in what web app server? GlassFish by any chance? On Tue, Jun 25, 2013 at 7:36 AM, heikki wrote: > hi, > > the stacktrace is here: http://pastebin.com/Kgba3zxF. > > I noticed I did not supply the code of getStringFromInputStream() -- I took > it from > http://w

Re: Is it possible to change MarkupStream ?

2013-06-25 Thread heikki
hi, the stacktrace is here: http://pastebin.com/Kgba3zxF. I noticed I did not supply the code of getStringFromInputStream() -- I took it from http://www.mkyong.com/java/how-to-convert-inputstream-to-string-in-java/ and it is protected static String getStringFromInputStream(InputStream is) {

Re: Is it possible to change MarkupStream ?

2013-06-25 Thread Martin Grigorov
Hi, Please paste the stack trace of the exception so we can see how you use these methods. A new MarkupStream is created for each rendering of a page. It is being closed at the end of the rendering. On Tue, Jun 25, 2013 at 2:03 AM, heikki wrote: > hello, > > I'm using Wicket 1.5.9. I'm trying