This is the top of a facelets page:
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"
xmlns:ice="http://www.icesoft.com/icefaces/component"
template="/templates/main.xhtml" >
All of the xmls:xx are flagged as ‘unknown attribute (xx)’ where xx is ui, h, f, ice, etc. When I run my app it works just fine.
Why would I be getting these validation errors?