• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to prevent the user from seeing the url ?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic