tomcat控制臺會打出如下警告:
WARN - No configuration found for the specified action: 'xxxxx'in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
主要由于在寫struts2表單時有給action指定全名,如:<s:form action="xxxAction.do"...>,直接寫成<s:form action="xxxAction"...>即可,因為
在struts.xml中struts.action.extension屬性有指定啦。