> From: Upayavira [mailto:[EMAIL PROTECTED] > > > details. Why not providing a way of passing through all parameters? > > I've never used it, but I believe you can do > {request:queryString} or something like > that to get the query string out of the request object. Then > you do something like > > <map:redirect-to uri="foo.html{request:queryString}"/> > > Now I've not tested that, nor used it, so I don't know if > I've got my names right or > wrong, but the principle is there.
You are just missing the '?' before the parameters. Thanks.