EL expressions not evaluated in JSP

前端 未结 5 1447
忘掉有多难
忘掉有多难 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:08

    Setting <%@ page isELIgnored="false" %> at the top of the page helped to me. Don't know why it was the root of the problem in my case. Not clear why yet.

提交回复
热议问题