• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Having doubt in EL

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HFJS1.4 page 330

Given

<%@ page isELIgnored="true" %>

what is the effect?
A)Nothing.this page directive is not defined.
B)The directive turns off the evaluation of EL code by the jsp page container in all the web application's jsp.
C)The JSP containing this directive should be treated by JSP container as a well-formed XML file.
D) The JSP containing this directive should not have any EL evaluated by the jsp container.
E)This page directive will only turn off EL evalution if the DD declares a <el-ignored>true</el-ignored> element with a URL pattern that include this jsp.

My answer for this QUESTION is D but HFJS answer is E

Please correct me if i am wrong.
[ June 02, 2008: Message edited by: Bhupinder Singh ]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check this thread.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic