Re: Accesing url params in flow using servlet: protocol Cocoon 2.2

2008-03-18 Thread dkropotova
Thanks for the reply. I did have a look at RawRequestParameterModule, but it doesn't work...it doesn't keep URL encoding and returns spaces instead. I did try an alternative/hack which seems to work. Instead of I have used It seem to work. Hope that helps someone! Daria Rainer Pruy wrote:

Re: Accesing url params in flow using servlet: protocol Cocoon 2.2

2008-03-17 Thread Rainer Pruy
Hello, please keep in mind, that using map:part will cause a new (sub) request. This (sub) request does not inherit any parameters from current request. If you want access to your current (external) request parameter "q", you must pass it with your src="" URL e.g in your case However, you might

Accesing url params in flow using servlet: protocol Cocoon 2.2

2008-03-17 Thread dkropotova
Dear all, I'm a bit confused what's the difference between servlet and cocoon protocols in Cocoon 2.2. I have a pipeline that takes a request - the first step in that pipeline is an aggregated generator, where one of the map:part calls internal pipeline () >From that internal pipeline I call a