Hi All,
I found the following question in the excercise of chapter 7.
Q.6
Given:
<%@ page isELIgnored="true" %>
What is the eefect? (Choose all that apply.)
A. Nothing, this page directive is NOT defined.
B. The directive turns off the evalution of Expresiion Language code by the JSP container in all of the web application's JSPs.
C. The JSP containing this directive should be treated by the JSP container as well-formed XML file.
D. The JSP containing this directive should NOT have any Expression Language code evaluated by the JSP container.
E. This page directive will only turn off EL evaluation if DD declares a <el-ignored>true</el-ignored> elemnt with a URL pattern that includes this JSP.
Ans: E
But I think the answer should be D.
Am I right?
[ March 07, 2007: Message edited by: Tridib Samanta ]