Re: Workaround for IE "streamer bug"?

2003-10-30 Thread barantes
This header currently works for me in a similar case. Try changing your code: response.setHeader("Content-Disposition", "attachment; filename=\"" + filename + "\""); HTH. Atenciosamente, Bruno Arantes de Andrade Bueno Webdeveloper Pleno Fone: +55 (34) 3231-1073 Solution WEB - Soluções Para I

[newbie] Problem subclassing TilesRequestProcessor

2003-10-20 Thread barantes
Hello to all! I'm trying to subclass the TilesRequestProcessor in order to have a customized RequestProcessor and to support tiles in my web application, but the following error is showing int the browser when I call my test action: java.lang.ClassCastException at org.apache.st