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 101878

Summary: JSP Editor view is messed up
Product: javaee Reporter: Chary Kanaparthi <charyk>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100628    

Description Chary Kanaparthi 2007-04-20 00:43:42 UTC
I'm able to build & run the application successfully. But, JSP editor view is
for almost every Page is messed up with bunch of red X.
Comment 1 Peter Zavadsky 2007-04-20 00:57:26 UTC
Passing to insync. 
It depends whether are those real error, or only unresolved references to libraries.
Comment 2 _ sandipchitale 2007-04-20 01:33:11 UTC
I am not sure if this is an Insync issue. The JSP editor is handled by web/jsf 
module.
Comment 3 Petr Jiricka 2007-04-20 09:22:39 UTC
Hi, can you please provide the exact steps to reproduce? Which build do you use?
(It's best to use the latest daily build.) What does your application look like?
What is the target server for your project?
Comment 4 Marek Fukala 2007-04-20 13:24:51 UTC
The problem is caused by the JSP navigator build on top of Generic languages
parser AST, which has a problem with separated sections of a language (html
pieces separated by JSP tokens in a JSP document). For more info see Issue 99526
- Parser doesn't parse separated embedded sections of one language as one piece

*** This issue has been marked as a duplicate of 99526 ***
Comment 5 Jan Jancura 2007-06-12 08:26:56 UTC
#99526 has been fixed, but it does not means that this issue is fixed too.
Marek, can you reevaluate it,please?
Comment 6 Marek Fukala 2007-06-18 14:38:38 UTC
fixed already by the workaround with creating an artificial AST from the html code pieces.
Comment 7 Jindrich Sedek 2007-11-08 15:46:08 UTC
verified.
NetBeans IDE 6.0 RC1 (Build 200711080000)