el表达式调用方法(曾经碰到的一个问题)
JDK 1.6.0_26
myEclipse 9
el这样
- Java code
-
< td > ${log.operateType.name} td >
此时,tomcat 7和myeclipse自带的tomcat下均没问题
而当
- Java code
-
< td > ${log.operateType.getName()} td >
此时,tomcat 7没问题,myeclipse自带tomcat报错
/WEB-INF/views/jsp/systemLog/logList.jsp(256,14) The function getName must be used with a prefix when a default namespace is not specified
为什么tomcat 7没问题而myeclipse自带的tomcat 会出现问题?
在 EL 中直接调用 method.
重點在於 tomcat 7 implements JSP EL 2.2
只要有 implements JSP EL 2.2 都可用此語法, 如 WebSphere v8.
不一定要使用 tomcat.
文章图片
el 2.2
里面有这样一句话
In version 2.2, either type of EL expression can represent a method invocation, such as
${trader.buy(“JAVA”)}, where the arguments to the mothod invocation are speci?ed in the expression
总结一下,在 EL 中直接呼叫 method 因为tomcat 7 对Servlet 3.0,JSP 2.2和JSP-EL 2.2的支持,el 2.2 支持调用方法
文章图片
有什么不对或者不完善的地方请大家指正
【el表达式调用方法(曾经碰到的一个问题)】
推荐阅读
- 对抗抑郁最好的方法
- 怎样用黑谜速冻膜去黑头,|怎样用黑谜速冻膜去黑头, 最有效的去黑头的方法看这!
- SpringBoot调用公共模块的自定义注解失效的解决
- 移动端h5调试方法
- thinkphp|thinkphp 3.2 如何调用第三方类库
- 唱歌教学(导致嗓音损坏的几个常见的错误唱歌方法!)
- 拆书方法训练营
- 数组常用方法一
- Python爬虫|Python爬虫 --- 1.4 正则表达式(re库)
- 这份史上最经典的3大学习方法,清华北大学霸都在用!