Getting trouble in installing tag lib in Apache tomcat7

前端 未结 3 1261
予麋鹿
予麋鹿 2021-02-06 14:43

I have application and I want to use jstl tag lib.

I have two jars JSTL.jar and standard.jar. I put both in my WEB-INF/lib

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-06 15:12

    You don't need to configure taglibs in web.xml anymore. Plus you're defining different taglib urls (iirc the web.xml ones are correct).

    Use the uris from your web.xml in the jsp and remove the web.xml taglib defs.

提交回复
热议问题