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 193574 - Incorrect validation of Facelets tag
Summary: Incorrect validation of Facelets tag
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Validation (show other bugs)
Version: 7.0
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-18 11:29 UTC by averri
Modified: 2015-09-17 13:21 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 averri 2010-12-18 11:29:06 UTC
Netbeans editor (Dev 201012150001) is showing an error about ui:composition Facelets tag:

"Unknown element "composition" from namespace "http://java.sun.com/jsf/facelets" not allowed."

Example code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:f="http://java.sun.com/jsf/core"
                template="/resources/templates/#{skinMB.template}">

</ui:composition>
Comment 1 Martin Balin 2015-09-17 13:21:16 UTC
Report from old NetBeans version. Due to code changes since it was reported likely not reproducible now. Feel free to reopen if happens in 8.0.2 or 8.1.