Solve the problem of EL expression not working

After quoting the label, I found that the el expression actually did not work.
Insert picture description here
Insert picture description here

You can see that it is displayed as a string.

Add: <%@ page isELIgnored="false"%>

<%@ page isELIgnored="true|false"%> If set to true, then the expression in JSP is treated as a string.

Guess you like

Origin blog.csdn.net/weixin_42594143/article/details/108721026