1. Please use some debug tool(for example in Chrome use F12->Network tab, or use Firefox Firebug to see the request formed from the browser) In this case you are putting form parameters into the view name (even adding some strange space symbol in quotes after
the parameters) in your client js - it does not seem to be right.
I suggest you to make a separate controller method that processes your form.
In this case your form is incorrectly serialized(actually the correct html form serialization/parameter passing is regulated by several RFC).
2. 抓包分析確實很重要,可這比對工作也很困難。
3。對資料類型判斷
用Spring MVC提交一個表單時報400錯誤:The request sent by the client was syntactically incorrect ().
原來是其中一個日期欄位為空白所致。代碼如下:
4。
The request sent by the client was syntactically incorrect 說的意思是:由用戶端發送的請求是文法上是不正確的。但還是不明白哪裡出了問題,
我的URLhttp://localhost:8080/mmsys/field/list.do?date=2015-06-07,真看不出那個參數出錯了,實在沒辦法我把spring記錄層級調整到debug層級