| Author |
Need help in EL !
|
Jayashree Mohan
Ranch Hand
Joined: Nov 23, 2005
Posts: 37
|
|
Given <%@ page isELIgnored="true"%> What is the effect ? 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 the DD declares a <el-ignored>true</el-ignored> element with the URL pattern that includes this JSP. Answer in HFSJ is E. but I feel answer shud be D. Since it is mentioned in HFSJ that page directive has got precedence over DD elements. Please clarify my doubt
|
 |
Mani Jagathesan
Ranch Hand
Joined: Sep 19, 2005
Posts: 33
|
|
The correct answer is D. This is marked in the errata http://www.oreilly.com/catalog/headservletsjsp/errata/headservletsjsp.confirmed http://www.oreilly.com/catalog/headservletsjsp/errata/ So, you answer is correct.
|
 |
Jayashree Mohan
Ranch Hand
Joined: Nov 23, 2005
Posts: 37
|
|
|
Thanks Mani !
|
 |
Rodrigo Alvarez
Ranch Hand
Joined: Apr 10, 2006
Posts: 75
|
|
Hi all, I also think the correct answer is D. However, here is what the errata says: {336} Question #6; The answer should be E, not D from : http://www.oreilly.com/catalog/headservletsjsp/errata/headservletsjsp.confirmed => ?
|
It is a mistake to think you can solve any major problems just with potatoes.<br />--Douglas Adams
|
 |
 |
|
|
subject: Need help in EL !
|
|
|