On Tue, Nov 23, 2004 at 09:43:19AM -0600, Matt Bathje wrote:

> My only problem with doing it this way is it changes the mime-type of 
> the file sometimes, which makes it harder for users to download. 
> Depending on the userbase you may or may not have this problem.

        The problem with using tiles is that as soon as you start to insert
a tile the output buffer gets flushed (and flush="false" doesn't work).
So you get a bunch of whitespace inserted before the actual file contents.
You'll have the same issue with any jsp page but if you're careful you
can clear the output buffer just before the file data.

eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to