Maybe you could repaint via AJAX and then use
target.appendJavascript("window.location.href=´URL´");Where the URL is the URL of an ILinkListener generating you file... There was someone asking something similar not long ago. Best, Ernesto On Mon, Oct 5, 2009 at 4:10 PM, Giambalvo, Christian < [email protected]> wrote: > It's more general question. > Maybe i need to repaint some parts and send a file. > > Mit freundlichen Grüßen > Christian Giambalvo > -- > Fachinformatiker für Anwendungsentwicklung > > EXCELSIS Informationssysteme GmbH > Wilhelmsplatz 8 - 70182 Stuttgart > Mobile +49 176 196 32 406 > Office +49 711 6 20 30 406 > [email protected] > www.excelsisnet.com > > Sitz Stuttgart > Amtsgericht Stuttgart, HRB 21104 > Geschäftsführer: Christian Sauter, Dr. Nils Herda, Frank Wolf > > > -----Ursprüngliche Nachricht----- > Von: Martin Grigorov [mailto:[email protected]] > Gesendet: Montag, 5. Oktober 2009 15:56 > An: [email protected] > Betreff: Re: Send file to client via Ajax > > why do you want to use AjaxFallbackButton ? > you will not re-paint part of the page > > use ResourceLink to download the file > > El lun, 05-10-2009 a las 15:36 +0200, Giambalvo, Christian escribió: > > Hi all, > > > > simple question :) > > > > how to send a dynamicly generated file (as byte array) through an > ajaxfallbackbutton tot he client? > > > > > > Mit freundlichen Grüßen > > Christian Giambalvo > > -- > > Fachinformatiker für Anwendungsentwicklung > > > > EXCELSIS Informationssysteme GmbH > > Wilhelmsplatz 8 - 70182 Stuttgart > > Mobile +49 176 196 32 406 > > Office +49 711 6 20 30 406 > > [email protected] > > www.excelsisnet.com > > > > Sitz Stuttgart > > Amtsgericht Stuttgart, HRB 21104 > > Geschäftsführer: Christian Sauter, Dr. Nils Herda, Frank Wolf > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
