Robin,
Nope, you're not missing anything.

The mapping between tag name
and tag class occurs when the JSP compiler parses the TLD, and
instantiates the JSP java class. The tag object itself has no
knowledge of this information.
On Aug 16, 4:09 pm, robin <robi...@gmail.com> wrote:
> In order to work properly, the tag handler needs to know what tag name
> caused it to be invoked at run-time. I've looked long and hard at the
> API documentation and the JSP 2.1 spec, but so far haven't seen a way
> to get this information.
>
> Am I missing something obvious?
>
> Thanks for any help.
>
> -Robin Barooah