通过struts2中的action生成的jfreechart对象,如何显示在JSP页面上?谢谢
2个回答
展开全部
//文件路径放入String型root中,之后调用root就可以了。
String root = ServletActionContext.getServletContext().getRealPath("/jasper/logo1.gif");
//图片放入file 中,之后调用file就可以了
File file = new File(ServletActionContext.getServletContext().getRealPath("/jasper/logo1.gif"));
你试试,看看那个适用你的!
String root = ServletActionContext.getServletContext().getRealPath("/jasper/logo1.gif");
//图片放入file 中,之后调用file就可以了
File file = new File(ServletActionContext.getServletContext().getRealPath("/jasper/logo1.gif"));
你试试,看看那个适用你的!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询