Cómo acceder a los datos del modelo en JSP Spring MVC

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<%@ page isELIgnored="false" %>
</head>
<body>
           ${msg}
</body>
</html>
Copy
Sparkling Stoat