Re: dull problem : redirecting after transforming

2002-08-20 Thread Christian Haul
On 20.Aug.2002 -- 04:11 PM, Barbara Post wrote: Barbara, in short: you cannot. If you had a redirect after the response is already produced, it would be ignored. In addition, you may not have a pipeline with a generator but without a serializer (correction: call-ressource may be the last, but

RE: dull problem : redirecting after transforming

2002-08-20 Thread Luca Morandini
Barbara, I solved a problem like yours in a rather awkward way... but you may find it useful. 1) I wanted to choose a pipeline based on a parameter outputted by my database operations (I use Stored Procedures, hence an output parameter, called intStatus, was used as a status variable: 0 Ok, 1