• 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

These condition is not mentioned at page no. 322 in HFSJ.

 
Ranch Hand
Posts: 339
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all.Please anybody tell me :-
These condition is not mentioned at page no. 322 in HFSJ.

Question 1: What happened if <el-ignored> true </el-ignored> in DD and also <% page isELIgnored="true" %> in jsp page?

Question 2: What happened if NO <el-ignored> element in DD, means not specified in DD and also <% page isELIgnored="true" %> or
<% page isELIgnored="false" %> in jsp page?
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question 1: What happened if <el-ignored> true </el-ignored> in DD and also <% page isELIgnored="true" %> in jsp page?

Ans: Ignored

Question 2: What happened if NO <el-ignored> element in DD, means not specified in DD and also <% page isELIgnored="true" %> or
<% page isELIgnored="false" %> in jsp page?

Ans: In page if isELIgnored="true" then ignore else if page isELIgnored="false" evaluate.
 
Thank you my well lotioned goddess! Here, have my favorite tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic