I need to expose my application url in a friendly way. For example while viewing the users , the current url is like, http://localhost:8080/userview.jsf for all. But I need something like http://localhost:8080/user/view/1 where 1 is the id for the first user.How can I bring this to my application.
I am using Primefaces.3.0.M3 with JSF2
I need to expose my application url in a friendly way. For example while
Share
Prettyfaces can help I think http://ocpsoft.com/prettyfaces/