I know how to override the implementation of a service point via <implementation service-id="foo" >. That would effectively replace whatever is terminating things below with an implementation of your choosing.
On 2/14/06, Stijn Christiaens <[EMAIL PROTECTED]> wrote: > > Hello group, > > anybody has a clue how to replace the terminator in a pipeline? > > Configuration point: tapestry.request.ServletRequestServicerPipeline > > <filter name="DecodedRequestInjector" > object="service:DecodedRequestInjector" /> > <filter name="SetupRequestEncoding" > object="service:SetupRequestEncoding" /> > <terminator object="service:WebRequestServicerPipelineBridge" /> > > Basically I would like to replace the terminator by one of my own so I > can do some stuff. > > > > -- > Ciao, > > Stijn > > ========================================================================== > Stijn Christiaens, Researcher > E-mail: [EMAIL PROTECTED] > Phone: +32-2-629 3540 > STARLab, Vrije Universiteit Brussel > Pleinlaan 2, Building G10, B-1050 Brussels, Belgium > ========================================================================== > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
