Re: [Wicket-user] Exception on WebResponse Outputstream

2007-01-23 Thread Daniel Nüst
sponse) getResponse(); parametersToResponse(req.getParameterMap(), res); } catch (IOException e) { e.printStackTrace(); } } I want to use that page to request data out of a Firefox extension. I appreciate every idea. Regards Daniel > > -igor > &

Re: [Wicket-user] Exception on WebResponse Outputstream

2007-01-23 Thread Daniel Nüst
(yourxml); > } > }); > > johan > > On 1/23/07, *Daniel Nüst* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi Igor! > > Igor Vaynberg schrieb: > > looks like you are trying to output your xml too late in the game >

[Wicket-user] Exception on WebResponse Outputstream

2007-01-22 Thread Daniel Nüst
Hi! I want to load an XML-file from a wicket page concerning the html page parameters with javascript. The javascript part (load and parse xml) works fine and also the generated xml file is okay. I just always get an java.lang.IllegalStateException: getOutputStream() has already been called for