On 12/10/09 11:09 AM, Jim Driscoll wrote:
> Separate but related: I would like to override the behavior of
> PartialResponseWriter. How is this currently pluggable? I have discussed
> this a couple times with Ryan and have a solution working currently
> where I simply call PartialViewContext.setPartialRequest(false) early
> enough in the lifecycle, then do what I need... it's a hack, though. The
> server-side is written to match the JS handling on the client-side... I
> would like formal ways documented in the spec to customize the behavior
> on the server and the JS on the client.
I'm not opposed to this in principle - would you be willing to write up
a proposal?
Jim