码迷,mamicode.com
首页 > 其他好文 > 详细

According to TLD or attribute directive in tag file, attribute value does not accept any expressions报错解决办法

时间:2017-04-07 19:46:56      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:file   value   efi   http   原因   not   支持   ons   pre   

1.出现原因:

  导入的uri由于不是正确的导致这个jstl不支持el的表达式

  jstl uri导入错误:

   1 <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 

不支持el表达式

 修改方法

  将其改为

 1 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 

就可以解决这个问题

  

According to TLD or attribute directive in tag file, attribute value does not accept any expressions报错解决办法

标签:file   value   efi   http   原因   not   支持   ons   pre   

原文地址:http://www.cnblogs.com/lonecloud/p/6679636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!