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 227026

Summary: Tag file is shown with error badge in Project Explorer but no error is shown in editor
Product: javaee Reporter: mslama <mslama>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jlahoda, vriha
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Simple Maven web project

Description mslama 2013-03-05 10:36:45 UTC
Created attachment 132194 [details]
Simple Maven web project

Simple Maven web project. Simple tag file is show with error badge in Project Explorer but no error is indicated in editor.
Comment 1 Vladimir Riha 2013-03-05 13:06:54 UTC
It could be caused by the <c:url> inside <script> tag. if so, this seems to be duplicate of issue 226207. Can you try it without it to see if the badge disappears (it helps with Dev version, but there are other fixes as well)?
Comment 2 mslama 2013-03-08 10:08:39 UTC
Yes it helps. When I remove c:url from <script> error badge disappears.
Comment 3 Vladimir Riha 2013-03-08 10:12:27 UTC
Thanks a lot for confirmation.

*** This bug has been marked as a duplicate of bug 226207 ***
Comment 4 mslama 2013-03-08 12:04:03 UTC
I tried latest daily build 201303072300. The same problem. When I remove <c: from JS in tag file it is ok then. I also saw the same error badge on jsp file. But again no red mark in editor only badge in explorer. I removed JS from jsp it resulted in no red badge. Then I did undo and no error badge this time. (I even tried to restart IDE to force reparse of jsp.) It does not seem to be correct behavior.