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 - Editor not recognizing xmlns url
Summary: Editor not recognizing xmlns url
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 09:39 UTC by asmith2306
Modified: 2016-06-21 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Simple maven project that demonstrates the issue (2.49 KB, application/zip)
2016-06-21 09:39 UTC, asmith2306
Details

Note You need to log in before you can comment on or make changes to this bug.
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.