Hi team,
I have wonderfully working struts2 application, but action name in url says a lot about the application. for example
http://localhost:8080/dbr/Login_input.action ( Login Action and input method).
How can I remove the action name and replace it with
JSP file name. In my
struts config file,
so I want the URL to look like
http://localhost:8080/dbr/login.jsp
Thanks,