Re: Passing request parameter from the sitemap

2008-08-11 Thread Peter Sparkes
Kai Mütz gave me the answer on [EMAIL PROTECTED] "No. You are refering to a sitemap parameter not a request parameter. XQueryGenerator passes the parameters from sitemap to the XQuery. Thus you can use $myuser without declaring it." Peter Hi Andy, Sorry typos in email. sitemap extract:

Re: C2.2 is building successfully again

2008-08-11 Thread Grzegorz Kossakowski
Jasha Joachimsthal pisze: Just wanted to let you know that the trunk is building successfully again. Thanks for fixing the missing dependencies. Hi Jasha, Thanks for announcing this. :-) -- Grzegorz Kossakowski - To unsubscr

Re: Cocoon+Eclipse+"Run Jetty Run"

2008-08-11 Thread Grzegorz Kossakowski
Mark Lundquist pisze: Hi Cocoon gurus, I ran across the new(er) Jetty plugin for Eclipse: http://code.google.com/p/run-jetty-run/wiki/GettingStarted and it looked like a better way to debug Cocoon than using the moribund Jetty Launcher plugin as described here: http://cocoon.apache

Re: Redirecting with 303

2008-08-11 Thread Kjetil Kjernsmo
On Friday 08 August 2008 16:23:43 Jasha Joachimsthal wrote: > After a map:redirect-to the pipeline ends its execution. The > map:serialized will not be called. Setting status-code="303" on the > map:redirect-to is not (yet) supported. OK! > Doesn't a 302 do what you want to achieve? Nope. The se