[Wicket-user] Writing byte[] to a WebResponse

2007-01-03 Thread Thullner, Robert
Hello I store a lot of MS Word and Excel files as a byte[] into my database. I want to add a feature to download these files from the database again, but I did not find a way to do this in Wicket, without writing the byte[] to a File again. Is there a way to write a byte[] to a WebResponse? I

Re: [Wicket-user] Writing byte[] to a WebResponse

2007-01-03 Thread Thullner, Robert
at 11:37 +0100, Thullner, Robert wrote: Hello I store a lot of MS Word and Excel files as a byte[] into my database. I want to add a feature to download these files from the database again, but I did not find a way to do this in Wicket, without writing the byte