你的那个 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' 未定义,请指点
回复 更多评论