Matthew Snow - 2008-04-29

I have a JEE 5 project using JSF 1.2 with Facelets. The EasyEclipse JSF Designer source editor flags the JSF 1.2 attributes as errors.  It marks my html opening element with the following warnings:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html">

Undefined attribute name (xmlns)
Warning: unknown attribute "xmlns:h"
Warning: unknown attribute "xmlns:f"