• 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

Need help with <jsp:directive.include> tag

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I dont think I came across this kind of tag while reading HFSJ ( although I haven't read the Custom Tags chapter or I might have missed it out),
but while giving an online mock test, I came across a question having this kind of tag as the answer.

Could you please explain this tag in detail and also where to find the details of this in the HFJS 2nd edition??
 
Ranch Hand
Posts: 324
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sourin K. Sen wrote:
I dont think I came across this kind of tag while reading HFSJ ( although I haven't read the Custom Tags chapter or I might have missed it out),
but while giving an online mock test, I came across a question having this kind of tag as the answer.

Could you please explain this tag in detail and also where to find the details of this in the HFJS 2nd edition??




Sen,
it is nothing to do with the custom tag at all. This is just a XML representation of <%@include> directive used in JSP file. These are used the in JSP documents, while making an XML compliant JSP file.

please go to chapter no 11, page no 629. you will get the required information, which you need to know for the real Exam

I hope this helps you
 
Sourin K. Sen
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Poonam.
That explains the problem. I haven't gone through that chapter either.

 
This tiny ad will self destruct in five seconds.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic