Hi, I have my JSF application and when I send my request the URL doesn't update. My problem is that I have my header included in PHP, where I have my links to change the language. I concat the language parameter to URL and then, in JSF I retrieve the parameter to set a locale, but when I send the request with a language parameter, the application redirects to previous page. Is there any way to know what page I was before forwarding the page with the language change parameter in php, or the browser displays the URL of the page that is running? Thanks in advance!
-- Iratxe Lejarreta www.axios.es

