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 45928 - CC for namespace names in JSPX
Summary: CC for namespace names in JSPX
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on: 45920
Blocks: 45912
  Show dependency tree
 
Reported: 2004-07-08 13:50 UTC by Martin Schovanek
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2004-07-08 13:50:45 UTC
[#200407071800, jdk1.5.0-b3]

Steps to reproduce:
-------------------
1) type in a .jspx e.g.:
<jsp:root xmlns:c="|
The '|' char represents the cursor.
2) invoke CC
ERROR: empty CC window appears

CC should offer:
a) absolute Tag Library URIs e.g.
   http://java.sun.com/jstl/core
b) relative URIs prefixed by urn:jsptld: e.g.
   urn:jsptld:/WEB-INF/tlds/my.tld
c) tag direcories prefixed by urn:jsptagdir: e.g.
   urn:jsptagdir:/WEB-INF/tags
Comment 1 Petr Pisl 2004-09-03 12:45:28 UTC
It issue is very close to the issue #45920.
Comment 2 Jaroslav Pospisil 2006-03-13 13:43:45 UTC
TM 5.0->TBD
Comment 3 Marek Fukala 2007-07-11 12:19:58 UTC
Changing to ENHANCEMENT, low priority since JSP documents are not often directly edited.
Comment 4 Martin Balin 2016-07-07 08:55:22 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss