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 60063

Summary: Help window for end tags displays "null"
Product: web Reporter: Jiri Kovalsky <jkovalsky>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2005-06-15 14:36:30 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
Help window for closing HTML tags does not help much because it displays only
"null".

Steps to reproduce:
===================
1. Create new sample web application.
2. Set cursor at position 19:9 in index.jsp i.e.: </he|ad>
3. Press CTRL+Space to invoke code completion.
4. One item </head> will show up.
5. Now press CTRL+Shift+Space to invoke help window.
6. It will show up but will contain only "null".
Comment 1 Jiri Kovalsky 2005-06-15 14:41:49 UTC
Marking as duplicate of another issue. I am sorry for the e-mails but I had
experienced proxy problems.

*** This issue has been marked as a duplicate of 60058 ***
Comment 2 Jiri Kovalsky 2005-06-15 14:42:56 UTC
Verified.