WebResponse ContentLength 2G

2010-06-15 Thread Louis Letourneau
I'm trying to send a file 2G using ResourceStreamRequestTarget + FileResourceStream, but the content-type is always set to a big negative value typical of a long(2G) to int conversion. This is non-standard and the proxy we use refuses it (most browser just ignore it, but the RFC states that the

AjaxLink setResponsePage Channel busy - postponing

2008-09-16 Thread Louis Letourneau
When I click on an AjaxLink that does a setResponsePage towards a ResourceStreamRequestTarget, afetr the download, the links on the page become non-clickable. In the Ajax debug window I get a 'Channel busy - postponing'. Details: I have a page with many AjaxLinks. The links check whether some

Re: AjaxLink setResponsePage Channel busy - postponing

2008-09-16 Thread Louis Letourneau
the redirect didn't happen. What wicket version are you using? -Matej On Tue, Sep 16, 2008 at 5:43 PM, Louis Letourneau [EMAIL PROTECTED] wrote: When I click on an AjaxLink that does a setResponsePage towards a ResourceStreamRequestTarget, afetr the download, the links on the page become non

Re: AjaxLink setResponsePage Channel busy - postponing

2008-09-16 Thread Louis Letourneau
be difficult to fix. -Matej On Tue, Sep 16, 2008 at 6:27 PM, Louis Letourneau [EMAIL PROTECTED] wrote: The redirect works (firefox pops up the filedownload window) the problem is since I'm not actually redirected to a page (I get a file instead) I stay on the same page with the links

Re: Popup from a link

2008-08-29 Thread Louis Letourneau
You can check out the example in wicket extensions: http://www.wicket-library.com/wicket-examples/ajax/modal-window.0;jsessionid=D48A81DCC881B0D8A11DAA7EE39C81B1 http://www.wicketframework.org/wicket-extensions/apidocs/wicket/extensions/ajax/markup/html/modal/ModalWindow.html If you want to