JSF basic tags
JSF framework provides a standard HTML tag library. Each tag will rendered into corresponding html output. To use these html tags we have to use the following namespaces of URI in html node. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" ><html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" > JSF Core tags are given below: JSF core tags tutorial examples. JSF inputtext html tag … Read more