request:requestURI vs requestURI:requestURI

2003-10-09 Thread Sonny Sukumar
Hey guys, Does anybody know the difference between {request:requestURI} and {requestURI:requestURI}? I was discussing these things with Tony and Peter on the list yesterday, but I didn't get this quite clear in my mind. Do either of these return the full query string as well? I think I need

RE: request:requestURI vs requestURI:requestURI

2003-10-09 Thread Horsfield, Peter A.
{request:/requestURI}?{request:/queryString} Peter -Original Message- From: Sonny Sukumar [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: request:requestURI vs requestURI:requestURI Hey guys, Does anybody know the difference between

Re: request:requestURI vs requestURI:requestURI

2003-10-09 Thread Christian Haul
Sonny Sukumar wrote: From: Horsfield, Peter A. [EMAIL PROTECTED] Hey Sonny, Sorry it didn't end up clear. {request:requestURI} and {requestURI:requestURI} the first, and differing, part can be any name that is mapped to the RequestURIModule in cocoon.xconf : Using the names as

Re: request:requestURI vs requestURI:requestURI

2003-10-09 Thread Christian Haul
Sonny Sukumar wrote: From: Horsfield, Peter A. [EMAIL PROTECTED] Assuming these things, I'd like something that returns the request URI along with the full query string. Use RequestModule Try: {request:/requestURI} I've not personally done this, but it seems logical. Hmm, why the /?