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 119663 - [cc] taglib completion disapears during typing
Summary: [cc] taglib completion disapears during typing
Status: VERIFIED DUPLICATE of bug 120159
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-10-22 16:02 UTC by Jindrich Sedek
Modified: 2007-11-02 15:33 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 Jindrich Sedek 2007-10-22 16:02:22 UTC
Create new WebApplication
Create a tag library
Create a tag file and add it into a tag library with name "tagFile"
import library into jsp:
<%@ taglib prefix="libs"  uri="/WEB-INF/tlds/lib.tld"%>
invoke cc -> <libs:tagFile> is on the list
start typing:
----------------
 <libs
-------------
<libs:tagFile is the only one on the list
continue typing pressing ":" -> cc disapears and no suggestion is shown
attributes cc doesn't work either 
it regression again NB - beta2
Comment 1 Marek Fukala 2007-10-22 16:56:17 UTC
reproducible
Comment 2 Marek Fukala 2007-10-26 12:52:52 UTC

*** This issue has been marked as a duplicate of 120159 ***
Comment 3 Jindrich Sedek 2007-11-02 15:33:58 UTC
v.