- 浏览: 1378236 次
- 性别:
- 来自: 江西
文章分类
- 全部博客 (287)
- oracle (30)
- Java (73)
- MySQL (16)
- Myeclipse/eclipse (12)
- javascript (15)
- JSP/Servlet (7)
- maven (14)
- AJAX (2)
- JQuery (9)
- tomcat (8)
- spring (21)
- Linux (28)
- PHP (9)
- UI (1)
- 编程错误及处理 (38)
- 多线程 (18)
- hibernate (10)
- Web Service (3)
- struts2 (6)
- log4j (3)
- SVN (4)
- DWR (1)
- lucene (1)
- 正则表达式 (4)
- jstl (2)
- SSL (3)
- POI (1)
- 网络编程 (1)
- 算法 (2)
- xml (4)
- 加密解密 (1)
- IO (7)
- jetty (2)
- 存储过程 (1)
- SQL Server (1)
- MongoDB (1)
- mybatis (1)
- ETL (1)
- Zookeeper (1)
- Hadoop (5)
- Redis (1)
- spring cloud (1)
最新评论
-
ron.luo:
牛逼,正解!
maven设定项目编码 -
lichaoqun:
java.sql.SQLException: Can't call commit when autocommit=true -
Xujian0000abcd:
Thanks...
Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the clas -
renyuan2ni:
[i][b][u]引用[list]
[*][img][flas ...
Manual close is not allowed over a Spring managed SqlSession -
851228082:
宋建勇 写道851228082 写道<!-- 文件拷贝时 ...
maven设定项目编码
The function size must be used with a prefix when a default namespace is not
- 博客分类:
- 编程错误及处理
- jstl
- JSP/Servlet
错误信息:
20:23:34.035 %PARSER_ERROR[l] [qtp180406984-43] ERROR o.a.struts2.dispatcher.Dispatcher - Exception occurred during processing request: /page/zlcx/data_detail_ywsc.jsp(99,10) PWC6296: The function size must be used with a prefix when a default namespace is not specified
org.apache.jasper.JasperException: /page/zlcx/data_detail_ywsc.jsp(99,10) PWC6296: The function size must be used with a prefix when a default namespace is not specified
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:78) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:373) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:201) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor$1FVVisitor.visit(Validator.java:1590) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Function.accept(ELNode.java:164) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Nodes.visit(ELNode.java:235) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Visitor.visit(ELNode.java:302) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Root.accept(ELNode.java:95) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Nodes.visit(ELNode.java:235) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.validateFunctions(Validator.java:1613) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1356) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1133) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:850) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1501) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
修改前代码:(left是java.util.List)
解决方案:
一、引入标签
二、调正代码
20:23:34.035 %PARSER_ERROR[l] [qtp180406984-43] ERROR o.a.struts2.dispatcher.Dispatcher - Exception occurred during processing request: /page/zlcx/data_detail_ywsc.jsp(99,10) PWC6296: The function size must be used with a prefix when a default namespace is not specified
org.apache.jasper.JasperException: /page/zlcx/data_detail_ywsc.jsp(99,10) PWC6296: The function size must be used with a prefix when a default namespace is not specified
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:78) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:373) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:201) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor$1FVVisitor.visit(Validator.java:1590) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Function.accept(ELNode.java:164) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Nodes.visit(ELNode.java:235) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Visitor.visit(ELNode.java:302) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Root.accept(ELNode.java:95) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.ELNode$Nodes.visit(ELNode.java:235) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.validateFunctions(Validator.java:1613) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1356) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1133) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:850) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1501) ~[org.apache.jasper.glassfish_2.1.0.v201007080150.jar:na]
修改前代码:(left是java.util.List)
<c:if test="${${(left.size()<16) || (empty left) } }">
解决方案:
一、引入标签
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
二、调正代码
<c:if test="${((fn:length(left))<16) || (empty left) }">
发表评论
-
ORA-12505, TNS:listener does not currently know of SID given in connect descript
2017-05-11 18:10 1359数据对接时需要连接对方的Oracle数据库,但程序在运行时出错 ... -
Failed to introspect annotations: interface com.xxx
2016-07-16 17:22 3855在使用maven打包发布项目时发现在tomcat容器中正常启动 ... -
MYSQL server has gone away
2016-07-08 20:08 640在使用命令source导入SQL数据时报错如下: 造成此问 ... -
java.io.NotSerializableException: java.util.ArrayList$SubList
2016-03-15 11:36 2855错误信息: 原代码: if (null != dto ... -
java.lang.IllegalStateException: Form too large586563>200000
2015-12-16 19:49 2028错误信息: java.lang.IllegalStateExc ... -
java.lang.IllegalStateException: Form too large586563>200000
2015-12-16 19:49 24错误信息: java.lang.IllegalStateExc ... -
java.lang.NoSuchMethodError: org.springframework.expression.spel.SpelParserConfi
2015-07-30 09:41 9972错误信息: [WARNING] FAILED remoting ... -
getOutputStream() has already been called for this response
2015-07-24 09:55 2534错误信息: SEVERE: Servlet.service() ... -
spring aop未执行问题记录
2015-07-03 11:54 1432在类com.ipharmacare.plat.service. ... -
struts2传递参数时造成的404问题记录
2015-06-29 20:44 1047今天使用form表单提交数据时提示404错误,但当我直接在浏览 ... -
quorum.QuorumCnxManager: Cannot open channel to 2 at election address
2015-04-02 15:38 8329在进行hbase分布式安装时出现了如下信息: quorum.Q ... -
could only be replicated to 0 nodes, instead of 1
2015-03-28 17:51 2604用三台Linux搭建hadoop环 ... -
Does not contain a valid host:port authority: file:///
2015-03-08 15:15 1696Does not contain a valid host:p ... -
java.sql.SQLException: Can't call commit when autocommit=true
2015-01-30 11:22 4474错误信息: 一月 30, 2015 11:10:16 上午 o ... -
org.hibernate.TransactionException: nested transactions not supported
2014-07-25 14:06 10654使用hibernate4.3.5和spring4.0.3进行数 ... -
Shutting down 'proxoolDataSource' pool immediately [Shutdown Hook]
2014-07-19 23:03 1844错误信息如下: 原因是ProxoolDataSource的m ... -
org.apache.ibatis.binding.BindingException: Parameter 'ids' not found. Available
2014-06-13 16:01 1972MyBatis批量操作报错:Parameter 'xxxLis ... -
Manual close is not allowed over a Spring managed SqlSession
2014-05-28 21:34 26664整合spring与MyBatis时出现如下警告: [org.s ... -
log4j无日志输出
2014-05-21 15:31 1431今天在运行测试项目时发现没有日志输出(控制台和文件中都没日志输 ... -
class org.springframework.scheduling.quartz.CronTriggerBean
2014-05-09 08:56 2895提示错误信息:java.lang.IncompatibleCl ...
相关推荐
1. **The function XXX must be used with a prefix when a default namespace is not specified** - **异常解释**:此异常提示表示在 XML 文件(通常是 JSF 页面或配置文件)中使用了未指定前缀的函数或方法调用...
JavaScript中的`.endWith()`方法并不是一个内置的函数,这可能是你在尝试使用时遇到“endWith is not a function”错误的原因。这个错误表明你试图在一个对象(可能是字符串)上调用一个不存在的方法。在JavaScript...
打开控制台发现报错:object is not a function。 感觉很奇怪,这块的功能最新没动过怎么会突然出问题了呢?上线时主流浏览器都测试过了呀。 虽然奇怪,但是还的解决问题。看着代码发现一个radio对象的name属性和一...
[] 匹配中括号里的内容[a-z][A-Z][0-9]。 ! 事件。 $ 取环境变量的值。 | 管道。把前一命令的输出作为后一命令的输入,把几个命令连接起来。 |经常跟tee连用,tee 把内容保存到文档并显示出来。 三、通用后...
When the user is viewing the device in its normal position, the coordinate origin will be at the lower left of the device. The coordinate system will be right-handed, that is, the positive x axis ...
Note that this guide is not a C++ tutorial: we assume that the reader is familiar with the language. Header Files In general, every .cc file should have an associated .h file. There are some common ...
GPEs, to be used for debugging systems with a large number of ACPI interrupts. Implemented support for the "DMAR" ACPI table (DMA Redirection Table) in both the ACPICA headers and the disassembler. ...
For example, if the clustered index is on (lastname, firstname) and a nonclustered index is on firstname, the firstname value will not be duplicated in the nonclustered index leaf rows. Note The ...
Returns True if the string must be enclosed in quotes (flex-property value) before saving in the filer. - ADD: In the class TFlexGrid added the methods DoSnap and DoCustomSnap (the last one can be ...
When the `delay` option is set, some phones with very sensitive touch displays like the Samsung Galaxy S8 will fire unwanted touchmove events even when your finger is not moving, resulting in the sort...
- When the signal conditioning function "S&M" was used for a byte value, the driver wrote wrong values to the PLC. Build 223 : New Functions: - The number of supported NetLinks has been ...
Intent Lock is the term used to mean placing a marker in a higher-level lock queue. The type of intent lock can also be called the multigranular lock mode. An intent lock indicates that SQL Server ...
Delphi's THandle type when a HWND is passed to a function. E.g.: if (DragDetectPlus(THandle(MyControl->Handle), Point(X, Y))) { ... } * Virtual File Stream formats can only be pasted from the ...
For a process to access 3 GB of address space, the executable image must have been linked with the /LARGEADDRESSAWARE flag or modified using Imagecfg.exe. It should be pointed out that SQL Server was ...
retrieved and SendMessage is a boolean function (maybe someone has pressed the cancel btn).- Fixed a bug when the subject field is too large.9/2/981.5.1- Fixed a bug with a message within a message ...
- A printer to run the printer test, set-up as the default printer in Windows. - A CD ROM + 1 Music CD or Data CD to run the CD test. - A CD-RW to run the CD burn test. - A network connection and the ...
When the explicitly set palette state overwrites a palette state implicitly associated with a certain wavelength, that wavelength will not be accurately set when one issues the VsSetWavelength() ...
In case Matlab is not installed or Matlab license is not available (for instance on a computer cluster), we provide standalone executables that can be used in conjunction with the Matlab Compiler ...
on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who ...
When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ...