• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Satou could you check this?

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satou,
This is regarding the This Thread
(For Moderators: I was unsure if I posted reply to above mention thread would I get answer therefore I posted it as separate post).
The doubt was, the answer given as option E is incorrect as well, because as per JSP2.0 specs, <body-content> is a mandatory subelement of <tag> element, therefore it cannot be missed. So in other words this question has no answer.
Another doubt is, normally we define TLD for tag files only when they are package in jar file and the tld should contain <tlib-version> <short-name> and <tagfile> can it also contain <tag> element?
Please reply.
 
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
I agree that it is now mandatory. I only replied at the poster's question (about not being answer A), but I didn't even pay attention to the actual answer of the mock.

About your second doubt, I would say why not. The JAR can also contain some classic/simple tags, which you'll have to declare with <tag>
 
Rancy Chadha
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your reply.
 
This is my favorite show. And this is my favorite tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic