你的那個 dwrproxy.js 是否是通用的,就是我改了一下grid.js 里的recordType,有個字段為時間類型,我是這樣設置的
var recordType = Ext.data.Record.create([
{name: "id", type: "int"},
{name: "user",mapping:"aMsg.user", type: "string"},
{name: "sayto", mapping:"aMsg.sayto", type: "string"},
{name: "content",mapping:"aMsg.content", type: "string"},
{name: "sendtime", mapping:"aMsg.sendtime", type: "date",dateFormat: 'timestamp'}
]);
但是運行的時候他老抱這個錯:Error: TypeError, 'response' 未定義,請指點
回復 更多評論