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 188702 - No code completion for uri attribute of the taglib directive
Summary: No code completion for uri attribute of the taglib directive
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Anton Chechel
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-07-15 14:54 UTC by Petr Jiricka
Modified: 2010-11-10 17:54 UTC (History)
2 users (show)

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 Petr Jiricka 2010-07-15 14:54:53 UTC
1. Create a Java EE 5 web application
2. Add JSTL library from the library manager
3. In index.jsp, add <%@taglib prefix="c" uri="|"%>, where | is the caret position
4. Press Ctrl+Space 

-> no code completion for taglib URIs.
Comment 1 Tomasz Slota 2010-07-16 08:34:25 UTC
reproducible, most likely same root cause as in issue #188703 (I need to provide implementation for the ParserServletContext.getJspConfigDescriptor()  method)
Comment 2 Anton Chechel 2010-11-09 16:08:33 UTC
fixed
http://hg.netbeans.org/web-main/rev/f3114403e04a
Comment 3 Quality Engineering 2010-11-10 06:13:58 UTC
Integrated into 'main-golden', will be available in build *201011100000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f3114403e04a
User: manowar@netbeans.org
Log: issue #188702 has been fixed
Comment 4 Petr Jiricka 2010-11-10 12:52:36 UTC
Hi Anton, could you please put this fix also in the beta branch? Thanks.
Comment 5 Petr Jiricka 2010-11-10 17:54:28 UTC
transplanted to the beta branch: http://hg.netbeans.org/releases/rev/3390999b0ed7