The machinery mapping *.action to struts.xml file,
June 27, 2007 at 4:39 PM
The article says that "By default web.xml file of struts blank application is configured to route all the request for *.action through org.apache.struts2.dispatcher.FilterDispatcher." and the configuration of web.xml is highlighted.
The question is where is '*.action' mentioned in the config? web.xml contains the mapping of all requests, since the URL patters is '/*'.