Hello, I have a problem and I find it everywhere and I could not find out the solution...
Here is my problem...
I have a JSP web site and there are few registered members. They all have own profile and their profile URL is going to showing as
mydomain.com/profile.jsp?ProID=4 mydomain.com/profile.jsp?ProID=13 mydomain.com/profile.jsp?ProID=21
But, I want to give them a chance to change their profile ID as
mydomain.com/sanath mydomain.com/murali mydomain.com/mahela
Of course as facebook's profiles...
a db table has the list of usernames with ProID...
How to do this pleas... please give me a solution...