It's not a secret anymore!
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Doubt on HFSJ pg 336 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Doubt on HFSJ pg 336" Watch "Doubt on HFSJ pg 336" New topic
Author

Doubt on HFSJ pg 336

Yoshita Jain
Greenhorn

Joined: Sep 15, 2007
Posts: 23
Hi folks,

A question on pg 336, HFSJ is
<%@ page isELIgnored="true" %>
What is the effect?

The answer marked goes:

"This page directive will ONLY turn off EL evaluation if the DD declares a
<el-ignored>true</el-ignored> element with a URL pattern that includes this JSP"

--Wouldn't the directive ignore EL irrespective of whether its there in the DD or not.

Do comment.
[ October 20, 2007: Message edited by: Yoshita Jain ]
Lalit mishra
Ranch Hand

Joined: Sep 01, 2005
Posts: 99
Hi Yoshita,

The correct answer for that question is option D Jsp containing this directive should not have any EL code evaluated by the jsp container.

Please do check Head First Errata.

Thanks,
Lalit M.
Yoshita Jain
Greenhorn

Joined: Sep 15, 2007
Posts: 23
Thanks Lalit!
I did check the errata.. don't see it in there though
Michael Ku
Ranch Hand

Joined: Apr 20, 2002
Posts: 510
Yoshita, you are correct in saying that the errata does not contain anything about this question. I too checked and found nothing.
Veeru Bond
Greenhorn

Joined: Aug 09, 2007
Posts: 9
I also think that the option D is correct.But nothing is mentioned in errata regarding pg 336
Lalit-please help up & let us know if you are referring to any other errata link.


Mission SCWCD!!
Lalit mishra
Ranch Hand

Joined: Sep 01, 2005
Posts: 99
This is not included in errata Sorry for replying so late
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Doubt on HFSJ pg 336
 
Similar Threads
isELIgnored directive
HFSJ 336 question6
Doubt in Chapter 7
isELIgnored
HFSJ page 336 on Question 6 --