maidanglao12 2016-02-03 02:12 采纳率: 0%
浏览 1866
已结题

Struts1中map转换成json传到前台时取不到值——求指点!

后台报这个:

  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED
  • Property 'servlet' has no read method. SKIPPED
  • Property 'servletFor' has no read method. SKIPPED

Java代码 :

HttpSession session=request.getSession();
    String logincode= "";
    if(this.exportProvider==null){
        this.exportProvider=new ExportProviderImpl();
    }

    if (request.getSession().getAttribute("loginCode")!=null) {
        logincode=request.getSession().getAttribute("loginCode").toString();
    }
    try {

         response.setHeader("Content-Disposition", "attachment;filename=" + java.net.URLEncoder.encode("财务批量数据", "UTF-8") + ".xls");
         response.setContentType("application/vnd.ms-excel"); 
         HashMap maps=new HashMap();
         if (!"86".equals(logincode)) {
             maps.put("logincode", logincode);
        }
        Map m=this.exportProvider.getJigouYear();
        List l1=(List)m.get("年");
        List l2=(List)m.get("机构");
        JSONObject jo=JSONObject.fromObject(m);
        response.getWriter().print(jo); 
        response.getWriter().flush();
        response.getWriter().close();
    } catch (Exception e) {

        e.printStackTrace();
    }
    return null;

前台 :

$.ajax({

type: "POST",

url: "../main/exportexclelist2.action",

//json格式接收数据

dataType: "json",

success: function (data) {

alert(data[i]);
}

});

}

Struts配置:


  • 写回答

3条回答 默认 最新

  • maidanglao12 2016-02-03 02:18
    关注


    评论

报告相同问题?

悬赏问题

  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示