c:forEach not working in tomcat 7

前端 未结 2 2040
后悔当初
后悔当初 2021-01-27 07:01

I created simple page using c:forEach tag. Its working in tomcat 6. But not working tomcat 7. Developed simple web application using JSF 2.0.

2条回答
  •  执念已碎
    2021-01-27 07:43

    Remove standard.jar. It's from JSTL 1.1 and conflicting with your JSTL 1.2.

    See also:

    • Our JSTL wiki page

提交回复
热议问题