Hi all,
I am developing a JEE project (used EJB3, JSF and maven) run on jboss 4.2GA app. server. My problem is I want to rewrite my URLs while passing param values between pages. In other words, for instance, when user clicks a submit button, some of the params are added to the end of url, you know; however I want it to be more clear like: ../testApp/testPage/12 instead of ../testApp/testPage.jsf?id=..
I hope I could clearly explain my need.
Any help would be appreciated, thanks a lot Baris