我有一个包含日期字段的 jqGrid 编辑表单。我想实现异常处理,以便在编辑表单中显示来自服务器的错误消息。示例响应:
HTTP/1.1 400 Bad Request
Server: Apache-Coyote/1.1
Date: Fri, 28 Jun 2013 15:47:21 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
11
"Bad Date format"
0
jqGrid 仅在表单顶部显示“错误状态:'Bad Request' 错误代码:400”。我怎样才能让它也显示错误消息:“错误的日期格式”?