01: <?xml version="1.0" encoding="UTF-8"?>
02: <html xmlns="http://www.w3.org/1999/xhtml"
03:    xmlns:h="http://java.sun.com/jsf/html">
04:    <h:head>
05:       <title>The time application</title>
06:    </h:head>
07:    <h:body>
08:       <h:form>
09:          <p>           
10:             The current time is #{timeBean.time}
11:          </p>
12:       </h:form>
13:    </h:body>
14: </html>