为了账号安全,请及时绑定邮箱和手机立即绑定

jstl 不能使用

有没有人发现自己的项目中使用不了jstl, 即使我已经在pom.xml 中声明了依赖  

<dependency>

<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>

</dependency>

并且在course_overview中声明了

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

还是不能成功,,。。。可能是我写错了啥,,,可是我使用普通的request。getAttribute("course")是可以使用的,,,,还请可以使用jstl的同学赐教

正在回答

2 回答

在重新配置了依赖之后需要重新compile一下,我也是jstl不存在,加上之后compile一下就好了

0 回复 有任何疑惑可以回复我~

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

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

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

jstl 不能使用

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信