I want the URL of the below format
rather than
http://localhost/users?name=abc
How to achieve this in Struts2?
I want the URL of the below format
rather than
http://localhost/users?name=abc
How to achieve this in Struts2?
You could use the REST Plugin or the convention plugin (see this blog post for more details on the later solution). Other options include servlet filtering or mod_rewrite.