Hello all,
I have an issue , well maybe it's not .
Anyway, How can I prevent the user from seeing my
JSF url in his browser ?
Let me make it clear ...
this is my program url :
http://localhost:1111/myApp/faces/index.jspx and if the user moved to another page like
http://localhost:1111/myApp/faces/myPage.jspx I don't want to let the user see the url above ....
how can I make my url static like just
http://localhost:1111/myApp/faces/ Thank you in advance.