Struts.xml中报错 、错误→    Multiple annotations found at this line:
- Undefined actionName 
 parameter
- Undefined actionnamespace 
 parameter


struts.xml:
       <action name="workKindAdd" class="com.sy.kq.action.WorkKindAction" method="add">
    此行报错--     <result name="success" type="redirectAction">workKindList</result>
</action>