Hi,
I have been asked a question recently. i.e While using
struts(1.x) we will be having url
pattern like www.localhost:8080/myApp/abc.do?someparam=somevalue.
So in web.xml we catch it with *.do and map to struts Action.
The question was, how can we use url like(modifying above), www.localhost:8080/myApp/abc/somevalue and get the same Action handle the request along with request parameter value.
Please explain...
Thanks and Regards,
Jay