Components of A JSF Application 2. How JSF Works Behind The Scenes 3. JSF Versions 4. Application Server Support
Components of A JSF Application 2. How JSF Works Behind The Scenes 3. JSF Versions 4. Application Server Support
TOPICS
3. JSF Versions
xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:a="http://xmlns.jcp.org/jsf/passthrough">
<h:head>
</h:head>
<h:body>
<h:form>
<br>
</br>
</h:form>
</h:body>
</html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
<title>Hello - Response</title>
</h:head>
<h:body>
</h:body>
</html>
HTLM Forms
JSF UI Components
?==>xmlns:a="http://xmlns.jcp.org/jsf/passthrough">