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 - Editor ignores web.xml <include-prelude> tag
Summary: Editor ignores web.xml <include-prelude> tag
Status: VERIFIED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 10:48 UTC by Vladimir Riha
Modified: 2012-05-11 11:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (49.31 KB, image/png)
2011-03-07 10:48 UTC, Vladimir Riha
Details
my testing project (18.69 KB, application/octet-stream)
2012-05-10 07:44 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
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