Re: Passing request to another handler

2009-10-13 Thread Andrzej Bialecki
Chris Hostetter wrote: : What's the canonical way to pass an update request to another handler? I'm : implementing a handler that has to dispatch its result to different update : handlers based on its internal processing. I've always written my delegating RequestHandlers so that they take in the

Re: Passing request to another handler

2009-10-13 Thread Chris Hostetter
: What's the canonical way to pass an update request to another handler? I'm : implementing a handler that has to dispatch its result to different update : handlers based on its internal processing. I've always written my delegating RequestHandlers so that they take in the names (or paths) of th

Re: Passing request to another handler

2009-10-11 Thread Andrzej Bialecki
Shalin Shekhar Mangar wrote: On Fri, Oct 9, 2009 at 10:53 PM, Andrzej Bialecki wrote: Hi, What's the canonical way to pass an update request to another handler? I'm implementing a handler that has to dispatch its result to different update handlers based on its internal processing. An upda

Re: Passing request to another handler

2009-10-11 Thread Shalin Shekhar Mangar
On Fri, Oct 9, 2009 at 10:53 PM, Andrzej Bialecki wrote: > Hi, > > What's the canonical way to pass an update request to another handler? I'm > implementing a handler that has to dispatch its result to different update > handlers based on its internal processing. > > An update request? There's al