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 179755 - Code completion for JSP tag libraries not available without import
Summary: Code completion for JSP tag libraries not available without import
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on: 180409
Blocks:
  Show dependency tree
 
Reported: 2010-01-21 08:15 UTC by Petr Jiricka
Modified: 2010-02-10 02:19 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 Petr Jiricka 2010-01-21 08:15:54 UTC
1. Create a Java EE 6 web application
2. Add JSTL tag library to this app
3. In index.jsp, type <c: and press Ctrl+Space

=> no code competion for JSTL Core taglib. 

The workaround is to add the import directive:
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

but I would expect the completion to be available even without that (and the directive should be automatically added).
Comment 1 Quality Engineering 2010-02-04 22:30:34 UTC
Integrated into 'main-golden', will be available in build *201002050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/afc1ed483d8d
User: Tomasz Slota <tslota@netbeans.org>
Log: #179755: Code completion for JSP tag libraries not available without import
Comment 2 Tomasz Slota 2010-02-09 05:54:37 UTC
fixed

http://hg.netbeans.org/web-main/rev/bb20090103e3
Comment 3 Quality Engineering 2010-02-10 02:19:38 UTC
Integrated into 'main-golden', will be available in build *201002100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bb20090103e3
User: Tomasz Slota <tslota@netbeans.org>
Log: #179755: Code completion for JSP tag libraries not available without import