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 45920 - CC for <jsp:root element attributes in JSPX
Summary: CC for <jsp:root element attributes in JSPX
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 45912 45928
  Show dependency tree
 
Reported: 2004-07-08 10:54 UTC by Martin Schovanek
Modified: 2006-03-24 09:59 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 Martin Schovanek 2004-07-08 10:54:36 UTC
[#200407071800, jdk1.5.0-b3]

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

CC should offer: version, xmlns:tag, xmlns:tld,
xmlns:c, ... attributes.
Comment 1 Petr Pisl 2004-09-03 11:13:41 UTC
Now it offers version attribute, the others will be implemented later.
Comment 2 Martin Roskanin 2005-02-24 15:06:53 UTC
All three attributes are already implemented in jspx code completion:

 Attributes

    * xmlns:jsp="http://java.sun.com/JSP/Page"

    * version="1.2 | 2.0"

    * xmlns:taglibPrefix="URI"
Comment 3 Jiri Kovalsky 2005-04-08 15:20:28 UTC
Verified in development build #200504072207 of NetBeans 4.1.