I\'ve declared the Facelet view template as follows:
You've declared plain HTML <input> elements and the XML parser is somehow not been configured to use http://www.w3.org/1999/xhtml as global XML namespace. Add it yourself.
<input>
http://www.w3.org/1999/xhtml
<ui:composition xmlns="http://www.w3.org/1999/xhtml">