is it possible to make descriptive url from query url in struts2
example: if the url is as below
query url : http://example.com/products?category=2&pid=25
descriptive url : http://example.com/products/2/25
Please suggest me.
is it possible to make descriptive url from query url in struts2
example: if the url is as below
query url : http://example.com/products?category=2&pid=25
descriptive url : http://example.com/products/2/25
Please suggest me.