idea Cannot resolve method ‘setAttribute(java.lang.String, java.lang.String)/不能使用pageContext.setAttribute()

出现这种情况是因为没有引入jsp
解决方式:


找到Tomcat目录lib下的两个jar包添加上去



最后在jsp页面中添加
<%@ page isELIgnored="false"%>


出现这种情况是因为没有引入jsp
解决方式:


找到Tomcat目录lib下的两个jar包添加上去



最后在jsp页面中添加
<%@ page isELIgnored="false"%>
