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 60061 - No end tags completion behind custom tags
Summary: No end tags completion behind custom tags
Status: VERIFIED DUPLICATE of bug 60056
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 14:36 UTC by Jiri Kovalsky
Modified: 2005-09-05 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2005-06-15 14:36:23 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
User has to close open HTML tags him/herself behind closed custom tags since
code completion does not suggest anything.

Steps to reproduce:
===================
1. Create new sample web application.
2. Add JSTL 1.1 library to the project.
3. Uncomment taglib directive at line 9.
4. Delete opening JSP comment tag at line 28 and corresponding closing tag at
line 33.
5. At line 33 type </| and invoke code completion.
6. Nothing is offered.
Comment 1 Jiri Kovalsky 2005-06-15 14:41:55 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 60056 ***
Comment 2 Jiri Kovalsky 2005-06-15 14:42:36 UTC
Verified.