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 151241 - [cc] class names is import of jsp:directive doesn't work in tag files
Summary: [cc] class names is import of jsp:directive doesn't work in tag files
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 07:22 UTC by Jindrich Sedek
Modified: 2015-09-17 13:10 UTC (History)
1 user (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 Jindrich Sedek 2008-10-24 07:22:18 UTC
use this code in tag file:
-----------------
<jsp:directive.tag import="|"/>
----------------
no cc appears - no packages are offered
it works well for tag directive: <%@tag  import="" %>
and it works well in jsp files: <jsp:directive.page import="|"/>
Comment 1 Marek Fukala 2009-08-18 09:52:58 UTC
already fixed
Comment 2 Jindrich Sedek 2009-09-22 14:09:48 UTC
I can still reproduce the problem
in JSP file page directive in JSP syntax doesn't work either now.
<jsp:directive.page import=""/>
Comment 3 Marek Fukala 2009-09-23 12:23:48 UTC
that is a different issue, the java completion doesn't work if there quoted attribute value is empty. The same happens
for normal <%@page import="|"%>. tslota should know the issue number.
Comment 4 Jindrich Sedek 2009-12-03 08:17:33 UTC
Well, but if I have some prefix, it still doesn't work:
<jsp:directive.tag import="org.|"/>

it works well for "<%tag" directive:
<%@tag import=" org.|" %>
Comment 5 Martin Balin 2015-09-17 13:10:32 UTC
Report from old NetBeans version. Due to code changes since it was reported likely not reproducible now. Feel free to reopen if happens in 8.0.2 or 8.1.