On 2/10/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
The ActionResponseGenerator is effectively responsible for sending some form of response to the client after processing a component event (an "action" request). Beneath the covers is a StrategyRegistry for converting a method return value into an ARG.
I see the configuration being added into the contribution method...
The main ARG implementation sends a client-redirect response, with a render URL. Once implemented, there will be ARG implementations mapped to certain return types that will directly send the bytestream to the client.
If you're interested i got some work on this and I'm willing to show you. Haven't sent it immediately cause i imagine you've already got a lot stuff to look and to work on so... anyway my piece of code is simple and short ;) -- Massimo http://meridio.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
