On Sat, May 3, 2008 at 1:22 PM, Toby Hobson <[EMAIL PROTECTED]> wrote:

>  The url should be a static file on the server, alternatively I could point 
> it to a servlet or tapestry page which will retrieve the image from the file 
> system and stream it to the user

There's already a solution for this kind of stuff, basically you
should return a link instance from your expansion, that link should
trigger a event handler which will stream the output to the client
inside a StreamResponse.

-- 
Massimo
http://meridio.blogspot.com

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

Reply via email to