JSP page cannot get value using El expression

solution

1. Add the following code to the header tag of the JSP page

<%@ page isELIgnored="false" %>

perfectly solves

Read More: