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 161979

Summary: [67cat] No XML auto completion with external schemas
Product: xml Reporter: big_al <big_al>
Component: CodeAssignee: Samaresh Panda <samaresh>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description big_al 2009-04-05 13:08:18 UTC
[ JDK VERSION : 1.6.* ]

When specifying an external XML schema no auto complete is offered by
the editor. Example:

<pages xmlns="http://jboss.com/products/seam/pages"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://jboss.com/products/seam/pages
http://jboss.com/products/seam/pages-2.1.xsd">
    <page view-id="/index.jspx">
       <rewrite pattern="/home" />
    </page>
</pages>

Should give auto completion based on
http://jboss.com/products/seam/pages-2.1.xsd, but doesn't.
Comment 1 foxed 2011-01-13 12:03:17 UTC

*** This bug has been marked as a duplicate of bug 157751 ***