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 196392

Summary: Editor ignores web.xml <include-prelude> tag
Product: javaee Reporter: Vladimir Riha <vriha>
Component: JSP ParserAssignee: issues@javaee <issues>
Status: VERIFIED WORKSFORME    
Severity: normal CC: vriha
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot
my testing project

Description Vladimir Riha 2011-03-07 10:48:58 UTC
Created attachment 106786 [details]
screenshot

Hi,
I'm having the same problem as described in issue #133702, but it is pretty old so I report it as new one.

The problem is still the same as described in #133702 but restarting IDE doesn't help. The include works (I deployed the project and checked it in browser), but code completion and syntax highlighting in IDE editor doesn't. Look at the screenshot

Product Version: NetBeans IDE Dev (Build 201103070000)
Java: 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)

I was able to reproduce it on Solaris11 as well.
Comment 1 Martin Fousek 2012-05-10 07:44:13 UTC
Could you re-try it again since we have integrated newer jsp parser? I tried it now with the attached project and the <include-prelude> worked well - tag library was properly included and worked CC and syntax highlighting for it.
Comment 2 Martin Fousek 2012-05-10 07:44:38 UTC
Created attachment 119248 [details]
my testing project
Comment 3 Vladimir Riha 2012-05-11 11:07:44 UTC
verified, works fine now