IN HF the errata for qn mentions
Both tags are declared to be non-empty in the TLD.
should read:
Both tags are declared to be non-empty and non-tag dependent in the TLD.
But even after this the answer seems to be wrong , because option D is also valid :
anwser D is .
<my:simpleTag>
<my:complexTag>
<% i++; %>
</my:complexTag>
</my:simpleTag>
I tried it with body-content as scriptless for simple and
JSP for classic and the above works fine . I think simple tag will complain only if there is a direct body with scripting , in this case it is enclosed within a classic which allows scritping . Has anybody tried it before ?
Please let me know .