How can I get the full url of the page that I catch to navigate?

Hi all

I tried to look for the variable that gave me the information for it, but I was not able to find it.

I am in a jspx as this http://host:port / page.jspx? param1 = value1 & param2 = value2 one,.

Is there an EL expression that can give me the full URL, including parameters? Something like < af:outputText value = "#{request.url}" >

This example does not (obviously), but does anyone know if there is a variable I can access through EL who can provide me with information?

Thanks in advance.

#{request.requestURL}

Tags: Java

Similar Questions

Maybe you are looking for