I'm trying to extend the HtmlTree class of Tree2. It seems to me that at a minimum I also have to to extend TreeTag so my subclass is associated with the tag in the jsp page. Since I'm not changing the tag definition at all, is there a way to specify "extends from" in a tld? I notice that myfaces uses shared attributes. Is there some similar mechanism available for extending tags?
-- Rob @objectsource.org

