aspose file tools
The moose likes Struts and the fly likes Alternative URL Pattern for Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Alternative URL Pattern for Struts" Watch "Alternative URL Pattern for Struts" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Alternative URL Pattern for Struts
 
Similar Threads
question
Route requests by address
Doubts ...understanding the struts architecture :(
RESTful URI naming questions
contextpath,servlet path and full path