Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes doubt on isELIgnored Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "doubt on isELIgnored" Watch "doubt on isELIgnored" New topic
Author

doubt on isELIgnored

elilvannan nagarajah
Greenhorn

Joined: Apr 17, 2005
Posts: 8
hi guys,

regarding the question 6 in the chapter 7 (HF book)...........

6) Given
<%@ page isELIgnored="true" %>

option d: the jsp containing this directive should not have any expression language code evaluated by the jsp container

option e: this page directive will only off el evalution if the dd declares a <el-ignored>true</el-ignored> element with url pattern that includs this jsp.


i thought option d is correct but in the book they said option e is correct.....

anyone can explain......


thanks in advance


SCJP 1.4<br />SCWCD 1.4 <br />SCBCD 1.3<br />SCEA (Part1)
Sanjay pts
Ranch Hand

Joined: Nov 07, 2000
Posts: 357
its printing error.
Hope this link will help u out.

http://www.oreilly.com/catalog/headservletsjsp/errata/headservletsjsp.confirmed

sanjay


Eat JAVA, Drink JAVA, Sleep Java
elilvannan nagarajah
Greenhorn

Joined: Apr 17, 2005
Posts: 8
hi sanjay,
thanks a lot...........
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: doubt on isELIgnored
 
Similar Threads
HeadFirst SCWCD - Question 6 - Page 330
HFSJ chapter 7 Question No:6
Mistake in HF servlets?
doubt in HFSJ 1.4 question page no.330 question no.6
HFSJ mock exam - Chapter 7