| Author |
Alternative URL Pattern for Struts
|
Jayavardhan geepi
Ranch Hand
Joined: Jul 21, 2010
Posts: 66
|
|
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
|
 |
 |
|
|
subject: Alternative URL Pattern for Struts
|
|
|