I tried out the following code snippets
The Classic Tag The Simple Tag The jsp The
output is
## parent is javax.servlet.jsp.tagext.TagAdapter@1d4eeb5
## parent is edu.scwcd.tags.classic.MyClassicTag1@83e35b
## parent is null <-- From the nested classic tag
## parent is null <-- From the top level classic tag
My conclusion is that option C is correct and errata list is wrongly updated
I hope the authors of HFSJ will have something to say about it !!