If you intend to forward the request parameters to a stylesheet you need to explicitly state that in the sitemap. I cannot recall the exact format, however....

Søren Krum wrote:
Hi!

I tried a little bit more, and now i have a pipeline match looking like that:

*******************************8<----------------------
<map:generate type="servletService" src="servlet:cocoon:/portal-login-service?redirect-url={url-encode:{request:requestURI}}&amp;query-string={request:queryString}"
       label="debug">
<map:parameter name="service" value="servlet:cocoon:/portal-login-service?redirect-url={url-encode:{request:requestURI}}&amp;query-string={request:queryString}"/>
</map:generate>
*******************************8<----------------------
Calling

http://localhost:8888/application/applicationEdit?cocoon-vie=debug&osv=true

an action i added in the portal-login-service gets me the following request params:

RequestParam redirect-url=/application/applicationListEdit
RequestParam osv=true
RequestParam query-string=cocoon-vie=debug
RequestParam cocoon-vie=debug

So, the parameters are still alive(even if the are a little bit damaged, guess i need another url-encode...) when i get in the central map. Still, the stylesheet seems not to see the request parameter.

I called the same stylesheet in another pipeline with a "resource" parameter, and that works...


Andre Juffer wrote:
Try:

src="servlet:central:/portal-login-service?redirect-url={url-encode:{request:requestURI}}&amp;queryString={request:queryString}




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



--
Andre H. Juffer              | Phone: +358-8-553 1161
Biocenter Oulu and           | Fax: +358-8-553-1141
Department of Biochemistry   | Email: [email protected]
University of Oulu, Finland  | WWW: www.biochem.oulu.fi/Biocomputing/
StruBioCat                   | WWW: www.strubiocat.oulu.fi
NordProt                     | WWW: www.nordprot.org
Triacle Biocomputing         | WWW: www.triacle-bc.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to