changing URL

Hi.

Actually, I have a page which is requested. I would like to modify the requested URL.

For example, I have http://.../page.faces

and I would like http://.../pages.faces?uid=223

What I add isn't used as a parameter. I tried to get the request, but it is locked ... i can't add parameters.

How could I do ?

florent_b

[363 byte] By [florent_ba] at [2007-10-3 11:54:39]
# 1

You are correct, you can't add request parameters to an existing request. You can do a redirect to add request parameters. Depending on why you're adding the parameters, you can pass the information in other ways (request attributes for example).

Good luck!

Ken Paulsen

https://jsftemplating.dev.java.net

KenPaulsena at 2007-7-15 14:29:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...