码迷,mamicode.com
首页 >  
搜索关键字:jasper    ( 220个结果
利用jasperreports报表生成pdf文档中文不能显示问题解决方法
在利用jasperreports5.6.0系列开发工具生成的jrxml格式文件和jasper格式文件的项目中,和pdf中字体有关的jar包有如下两个: iText-2.1.7.js2.jar;iTextAsian.jar。 另外在开始设计jrxml格式文件的时候,要注意选择元素(Text Field,Static Text等)的属性值设置。...
分类:Web程序   时间:2014-07-22 22:38:33    阅读次数:245
javaweb+jasperreports报表+struts2
本文将详细介绍javaweb中采用struts2框架的jasperreports报表开发方法,数据源选取的是connection。模板选取的是编译后的模板(jasper格式文件)。 网上很多教程采用了jasperreports-3.x.x的api 本文采用jarjasperreports-5.6.0.jar的api,两个版本的区别还是很大的,3.x.x版本的很多方法已经过时废弃了。 建议统一采...
分类:编程语言   时间:2014-07-20 22:24:33    阅读次数:484
Jetty:配置JSP支持
选择JSP实现 从Jetty-9.2开始,使用Apache Jasper作为默认JSP容器实现。在前面的版本中使用的是Glassfish Jasper,在后面的版本中也可以继续使用它。 Jetty发布默认激活jsp模块,默认,模块设置到Apache Jasper。为了改为使用Glassfish Jasper,编辑$JETTY_HOME/start.d/jsp.mod,改变下面的行: # #...
分类:Web程序   时间:2014-07-14 16:17:13    阅读次数:575
Caused by: org.springframework.beans.factory.BeanCreationException
1、错误原因 2014-7-13 17:36:57 org.apache.jasper.compiler.TldLocationsCache tldScanJar 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete...
分类:编程语言   时间:2014-07-14 13:44:07    阅读次数:325
org.apache.jasper.JasperException
1、错误描述 2014-7-13 17:20:50 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet [jsp] in context with path [/FirstSSH] threw exception [/pages/student.jsp (line: 3, c...
分类:Web程序   时间:2014-07-13 18:12:48    阅读次数:251
There is no Action mapped for namespace [/pages/action/student] and action name [findStudent]
1、错误描述 2014-7-13 2:38:54 org.apache.jasper.compiler.TldLocationsCache tldScanJar 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete l...
分类:移动开发   时间:2014-07-13 16:45:04    阅读次数:294
jetty8 中的异常 There is an error in invoking javac. A full JDK (not just JRE) is required...
在jetty文件夹下的start.ini文件里有这么一行"-Dorg.apache.jasper.compiler.disablejsr199=true"注释,把这个注释去掉,再启动就不会出现错误了。(把这一行最前面的“#”删除即可) 这个错误用eclipse启动jetty时不会出现,而用命令行启....
分类:编程语言   时间:2014-07-06 21:33:46    阅读次数:211
Unable to read TLD "META-INF/c.tld" from JAR file
错误:org.apache.jasper.JasperException:/index.jsp(2,0)UnabletoreadTLD"META-INF/c.tld"fromJARfile"file:/D:/svnframe/web/WEB-INF/lib/standard-1.1.2.jar":解决:移除lib下的jsp-api.jar和servlet-api.jar即可
分类:其他好文   时间:2014-06-10 23:46:20    阅读次数:312
Spring与Hibernate整合中,使用OpenSessionInViewFilter后出现sessionFactory未注入问题
最近在知乎看到一句话,保持学习的有一种是你看到了更多的牛人,不甘心,真的不甘心。     Spring和hibernate整合的时候,jsp页面做展现,发现展现属性出现: org.apache.jasper.JasperException: could not initialize proxy - no Session - Class: org.hibernate.p...
分类:编程语言   时间:2014-06-02 05:24:04    阅读次数:254
struts2jsp里<struts:head theme:"ajax">报错
按javaweb王者归来做strut2练习使用<struts:headtheme:"ajax">报错org.apache.jasper.JasperException:Template/template/ajax/head.ftlnotfound加入struts2-dojo-plugin-2.1.6包并在jsp里引入<%@taglibprefix="sx"uri="/struts-dojo-tags"%><sx:head/>这是..
分类:Web程序   时间:2014-05-13 13:00:55    阅读次数:854
220条   上一页 1 ... 20 21 22
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!