struts2的struts.xml中package是否必须要extends
不是必须的。
该错误 There is no result type defined for type 'dispatcher' mapped with name 'success'
原因是:类型dispatcher是在struts-default.xml中定义的,从这个意义上说,又是必须写extends="struts-default"的,
否则你就自定义一套result type,interceptor等等
不是必须的。
该错误 There is no result type defined for type 'dispatcher' mapped with name 'success'
原因是:类型dispatcher是在struts-default.xml中定义的,从这个意义上说,又是必须写extends="struts-default"的,
否则你就自定义一套result type,interceptor等等