This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144086 - Allow for creating tag handlers that extend TagSupport
Summary: Allow for creating tag handlers that extend TagSupport
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 15:41 UTC by ats37
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ats37 2008-08-15 15:41:21 UTC
The new TagHandler wizard (and generated code) give the choice of creating a handler that extends either BodyTagSupport
or (if J2EE 1.4 or above) SimpleTagSupport.  Most of the tags in a taglib I'm maintaining implement just Tag, not
BodyTag, and therefore extend javax.servlet.jsp.tagext.TagSupport (which has also been present since J2EE 1.2). 
However, there is no template under File -> New that allows me to create another one of these (other than the general
Class one, which doesn't count).  Rather than adding a new template, I figure a better solution is to enhance the
existing template to add TagSupport as a third option for the "Tag Support Class to Extend" setting.
Comment 1 Martin Balin 2016-07-07 08:56:33 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss