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 262504

Summary: Editor not recognizing xmlns url
Product: javaee Reporter: asmith2306
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Simple maven project that demonstrates the issue

Description asmith2306 2016-06-21 09:39:06 UTC
Created attachment 160109 [details]
Simple maven project that demonstrates the issue

Similar to this issue: "Bug 228064 - Editor needs to support new EE 7 namespaces".  It's not picking up the PrimeFaces xmlns url "http://primefaces.org/ui".

I'm using a maven project to handle dependencies. Project is attached for reference.

Note: When I build and launch the war file on Glassfish everything is fine; components from the PrimeFaces ns render ok.