I am using rewrite urls using JSF.
I would like to get a relative URL, including parameters that the user sees: for example.
example.com/mypage?param=test
At the moment, if I do
I get
mypage.xhtml
what i want to get:
MyPage? Pairs = Test
query-string url-rewriting jsf jsf-2
DD.
source share