In eclipse, I am getting a warning message for isELIgnored.
Here is the code:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" isELIgnored="false" %>
I am displaying some value from request using ${}. Getting some warning message.
i.e, ${userName} --> The
word is not correctly spelled.
I am using:
Eclipse: 3.3
JSP: 2.0
JSTL: 1.1
Can any one tell me, do I have to add any extra plugin n Eclipse?