문제

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> 
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ page isELIgnored=false %>

${msg}`

Am trying to print the message using EL but when the page loads, its getting displayed AS IS

Am using WAS6.1 (web-app -2_3) - Java5

Regards

도움이 되었습니까?

해결책

Was able to resolve it ...

Answering it for the benefit of others

<%@ page isELIgnored="false" %> 

The attribute has to be within quotes - "" for it to be working

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top