struts action 404 500 jqgrid 日期格式化

晕,终于找到问题所在,如果包struts action 404 500的错误,一般都是数据映射出了问题,比如传了字母给action,action却用int类型接收。。。。。。。。

{name:'addDate',index:'addDate',width:80,formatter:'date',sorttype:'date',editrules:{date:true},search:false,editable:false,formatoptions: {srcformat:'Y-m-d H:i:s',newformat:'Y-m-d H:i:s'},datefmt:'Y-m-d H:i:s'}

你可能感兴趣的:(struts)