`
lzj0470
  • 浏览: 1246981 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

According to TLD or attribute directive in tag file, attribute value does not ac

    博客分类:
  • jstl
 
阅读更多
异常的原因是不能识别“
${userInfo}
”,解决办法有两种:
一、在page指令里,加入isELIgnored="true"属性,即
<%@ page language="java" contentType="text/html;charset=gbk"  isELIgnored="true" %>

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

变为:
<%@taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>

经过改动之后,jsp页面能正常执行了。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics