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 224906

Summary: NetBeans claims for a wrong tag class although it is right one.
Product: javaee Reporter: wissenstein <wissenstein>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: steenreem
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description wissenstein 2013-01-15 12:53:56 UTC
Product Version = NetBeans IDE 7.3 Beta 2 (Build 201211062253)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02

1. Create a Maven Web Application project.
2. Create a tag library descriptor.
3. Create a tag handler extending SimpleTagSupport (for example, com.developer.taglibsexperiments.TestNetBeans73Tag), give a respective tag name (for example, test-netbeans-7-3).
4. Import the created tag library to page index.jsp, give it a respective prefix (for example, test-nb73).
5. Put the tag inside element /html/body in index.jsp (for example, <body><test-nb73:test-netbeans-7-3>Example</test-nb73:test-netbeans-7-3></body>).
6. Build the project.
7. Open index.jsp in NetBeans editor.

Expected result: NetBeans Editor shows green badge ("No errors").

Actual result: NetBeans Editor underlines the tag with red, shows red badge ("1 error(s)") and shows the tip: 'Unable to load tag handler class "com.developer.taglibsexperiments.TestNetBeans73Tag" for tag "test-nb73:test-netbeans-7-3"'.

P.S. A project to reproduce this bug can be found here: https://git.gitorious.org/netbeans-testing/tablibs-experiments.git
Comment 1 wissenstein 2013-01-15 12:54:03 UTC
Created attachment 130231 [details]
IDE log
Comment 2 wissenstein 2013-01-15 13:07:57 UTC
> P.S. A project to reproduce this bug can be found here:
> https://git.gitorious.org/netbeans-testing/tablibs-experiments.git

Right address is 
https://git.gitorious.org/netbeans-testing/taglibs-experiments.git
Comment 3 wissenstein 2013-02-27 11:35:20 UTC
The bug is still reproduced in the following environment:

Product Version = NetBeans IDE Dev (Build 201302252300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02
Comment 4 steenreem 2013-11-21 09:27:19 UTC
Reproduced with:

Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Java: 1.6.0_29; Java HotSpot(TM) Client VM 20.4-b02
Runtime: Java(TM) SE Runtime Environment 1.6.0_29-b11
System: Windows 7 version 6.1 running on x86; Cp1252; nl_NL (nb)
Comment 5 Marek Fukala 2014-07-29 09:34:52 UTC
would it be possible to publish the test project again? The latest link https://git.gitorious.org/netbeans-testing/taglibs-experiments.git is broken. Thank you.
Comment 6 wissenstein 2014-07-29 19:01:47 UTC
I am sorry, the link is wrong (I think, it is a bug on Gitorious).
Please, use the following link:
https://gitorious.org/netbeans-testing/taglibs-experiments.git

I checked it now and cloned the project successfully.