I need your help, cause still can't make friends with ... I read all of your posts about this topic,- now use tomcat 8.0.30, jsf 2.2 - choose in project facets, add jsf-impl 2.2.12 and jsf-api 2.2.12 in WEB-INF/lib and add these jars to project's build path, also add dependencies of these jars to pom.xml file! import tag libs in page (try with jsp & xttml pages):
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
and I have in tags list, but it server don't use it, I have steel: "No tag "inputFile" defined in tag library imported with prefix "h""! This page works ok without tag (page validate username, password, email and insert 'em to mysql) & deploys on tomcat finely, it must upload files too. Share your knowledge, please! I'm not "nothing to do person", just very confused with it!