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 77346 - Autocompletion does not work for faces-config.xml with 1.2 schema
Summary: Autocompletion does not work for faces-config.xml with 1.2 schema
Status: RESOLVED DUPLICATE of bug 76730
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-03 03:59 UTC by cayhorstmann
Modified: 2006-08-25 20:30 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 cayhorstmann 2006-06-03 03:59:01 UTC
If a faces-config.xml file starts out with

<?xml version="1.0"?>
<faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">

autcompletion of elements (e.g. <ap  Ctrl-Space) fails. But if I use a DTD,
autocompletion works.
Comment 1 _ ludo 2006-06-03 04:23:36 UTC
I appreciate you find the time to file this bug:-)
Welcome to the Nb/Java EE world.
Comment 2 _ ludo 2006-06-03 04:25:46 UTC
What's need to be done is to create an equivalent dtd for the 1.2 schema, and
then register it to the IDE.
I've done most of them for Java EE 5... I can add it as well.
Long term solution is to do that outside the GlassFish plugin...
Comment 3 _ ludo 2006-08-25 20:30:07 UTC
Was fixed in 76730 (mid July)

*** This issue has been marked as a duplicate of 76730 ***