Given a
Jsp Page:
<my:tag1>
<my:tag2>
<my:tag3/>
<my:tag2>
<my:tag1>
TagHandler for tag1 extends TagSupport; tag2 -SimpleTagSupport; tag3 extends TagSupport
Answer given C ..
my doubt is custom tags cannot have a simple tag as a parent so how can tag3 get access to the tag1;
pls clarify...am i missing something??
or is it in the errata..i dont have any