I have a web application - But when I navigate from menus and other links, the address bar displays folder and file name. What I would like to have is whatever navigation the user do, the address bare should only display
http://domain:port/daswebapp
rather than
http://domain:port/daswebapp/admin/index.jsp
Can anybody help on this. I don't use any other framework.Its a pure MVC pattern. Thanks n Regards Noufal