EL expressions not evaluated in JSP

前端 未结 5 1446
忘掉有多难
忘掉有多难 2020-11-21 22:20

There\'s a small problem with my servlets/jsp web application. I\'m trying to use jstl in jsp page. When I use any tag for example:



        
5条回答
  •  青春惊慌失措
    2020-11-21 23:22

    Try placing the jdbc driver class in the WEB-INF -> lib folder and verfiy the versions of servlet and jar file used. In my case, I used mssql-jdbc-8.2.2.jar and update the same in pom.xml

提交回复
热议问题