欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

不能使用pageContext.setAttribute()的问题

程序员文章站 2022-07-07 18:56:47
...

不能使用pageContext.setAttribute()的问题
原因少了

javax.servlet.jsp
jsp-api
2.2

不能使用pageContext.setAttribute()的问题
引入

            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.2</version>
        </dependency>