I\'m trying to retrieve the user information from DB and display in the front end (JSP) using Spring MVC.
Inside the controller, currently I\'m adding the following cod
Don't forget the JSP option isELIgnored="false" as below:
isELIgnored="false"
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" isELIgnored="false" pageEncoding="ISO-8859-1"%>