Wilcard mappings in Struts 2

You do not need to define every action that you use in Struts2 even if you are not using the zero-configuration option. You can have a default catch all action that will simply map to either an action class or JSP but using wildcard mappings.

Read More