Re: Ajax file download - Invalid XML

2013-06-18 Thread René Hartwig
Great, thanks - that was it Best regards, René René Hartwig Senior Developer Befine Solutions AG - The Cryptshare Company Bebelstraße 17 79108 Freiburg

Re: Ajax file download - Invalid XML

2013-06-18 Thread Ernesto Reinaldo Barreiro
Well spotted.. and I guess the wrong XML error is because you are returning CSV instead of wicket AJAX XML. On Tue, Jun 18, 2013 at 3:26 PM, Martin Grigorov wrote: > Hi, > > > On Tue, Jun 18, 2013 at 2:14 PM, René Hartwig < > rene.hart...@befine-solutions.com> wrote: > >> Hi, >> >> I'm using Wi

Re: Ajax file download - Invalid XML

2013-06-18 Thread Martin Grigorov
Hi, On Tue, Jun 18, 2013 at 2:14 PM, René Hartwig < rene.hart...@befine-solutions.com> wrote: > Hi, > > I'm using Wicket 6.7.0 with an embedded Jetty and implemented a file > download mechanism as suggested here: > > https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+downlo

Re: Ajax file download - Invalid XML

2013-06-18 Thread Ernesto Reinaldo Barreiro
It should be the AJAX part that fails for some reason... If you put a break point on writeDownload you might see that no "download" request is produced. The trick work as follows. Please, try to provide a quick start or provide more info because I do not see how we could otherwise help you. O

Ajax file download - Invalid XML

2013-06-18 Thread René Hartwig
Hi, I'm using Wicket 6.7.0 with an embedded Jetty and implemented a file download mechanism as suggested here: https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow My implementation is slighlty different from the suggested