Atitit. Dwr 抛出异常error解决方案

前端之家收集整理的这篇文章主要介绍了Atitit. Dwr 抛出异常error解决方案前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Atitit.Dwr抛出异常error解决方

1.Dwr3的处理机制..setErrorHandler 1

2.remoteMtehtrycatch 1

3.林吧,子好java处理,返回空的....ok... 2

1.Dwr3的处理机制..setErrorHandler

functionerrh(errorString,exception){

  // alert(errorString);

  // alert(JSON.stringify(exception));

eval(dwrxO9).getErr( function(data){

alert(data);

window.open("<%=path%>/com.attilax/util/dwrerr.jsp");

});

}

dwr.engine.setErrorHandler(errh);

作者::老哇的爪子Attilax艾龙,EMAIL:1466519819@qq.com

转载请注明来源:http://blog.csdn.net/attilax

2.@L_301_4@

try{

playwaterX.findByPropertyss_page_count(mp,function(data){

//alert("保存成功");

bindTableData(data.rows);

setPageInfo({"total":data.total,"pageSize":10});

});

}catch(e)

{

logx(e);

}

3.林吧,返回空的....ok...

returnPageX.getEmptyPageData_EasyuiFmt();

publicstaticMapgetEmptyPageData_EasyuiFmt(){

Mapmp=newHashMap();

mp.put("total",0);

mp.put("rows",newArrayList());

returnmp;

}

原文链接:https://www.f2er.com/ajax/164112.html

猜你在找的Ajax相关文章