HFSJ chapter 7 using
JSP Exm question 6 :
<%@ page isELIgnored="true" %> What is the effect ?
Option D: The JSP containing this diective should NOT have any Expression Lamguage code evaluated by the JSP container.
Option E: This page directive will only turn off EL evaluation if the DD declares a <el-ignored>true</el-ignore> element with a URL
pattern that included this JSP.
Books sayd Option E is correct . what I feel is Option D is correct? Could anyone clarify this?