01: <html>
02:    <head>
03:       <title>Time Zone Branch Result JSP</title>
04:    </head>
05:    <body>
06:       <h1>Time Zone Branch Result JSP</h1>
07:       <p>The current time in <%= request.getParameter("city") %> is:
08:          <jsp:getProperty name="zone" property="time"/>
09:       </p>
10:    </body>
11: </html>