关于EXTJS数据的查询和显示问题.
主要代码段:if(parts.size()>0){for(inti=0;i<parts.size();i++){if(parts.get(i).getDeliveryOr...
主要代码段:
if(parts.size()>0){
for(int i=0;i<parts.size();i++){
if(parts.get(i).getDeliveryOrder()==null){
continue;
}else{
order=yjddYwDdglOrderManager.queryOrder(parts.get(i).getDeliveryOrder().getRecordId());
Forder.add(order);
}
}
request.setAttribute("orders", Forder);
setCompanyAttribute(request);
return mapping.findForward(LIST);
}
每次Forder都能取到值,但是在 return之后,页面却无法显示,控制台打印出这么一句话:
<org.ecside.table.callback.LimitCallback> <You need to specify the totalRows (as an Integer) to use the org.ecside.table.callback.LimitCallback.>
请问何解? 展开
if(parts.size()>0){
for(int i=0;i<parts.size();i++){
if(parts.get(i).getDeliveryOrder()==null){
continue;
}else{
order=yjddYwDdglOrderManager.queryOrder(parts.get(i).getDeliveryOrder().getRecordId());
Forder.add(order);
}
}
request.setAttribute("orders", Forder);
setCompanyAttribute(request);
return mapping.findForward(LIST);
}
每次Forder都能取到值,但是在 return之后,页面却无法显示,控制台打印出这么一句话:
<org.ecside.table.callback.LimitCallback> <You need to specify the totalRows (as an Integer) to use the org.ecside.table.callback.LimitCallback.>
请问何解? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询