錯誤信息:
2011-09-05 09:55:23,010 WARN [http-80-1] components.Form (Form.java:308) - No configuration found for the specified action: '/feeder/excelToolList.action' in namespace: '/feeder'. Form action defaulting to 'action' attribute's literal value.
出錯的寫法
<@s.form action="/feeder/excelToolList.action" >
更正后如下
<@s.form action="excelToolList" namespace="/feeder" >
即可解決.
posted on 2011-09-05 10:16
Ke 閱讀(587)
評論(0) 編輯 收藏 所屬分類:
struts 2