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 timezone application</title>
06:    </h:head>
07:    <h:body>
08:       <h:form>
09:          <p>
10:             The current time in #{timeZoneBean.city} is #{timeZoneBean.time}
11:          </p>
12:          <p>
13:             <h:commandButton value="Back" action="index"/>
14:          </p>
15:       </h:form>
16:    </h:body>
17: </html>