blob: d5713c6b078ab640eae993aeda22a4bc581ec6c9 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<head>
<title>Hello World</title>
</head>
<body>
<f:view>
<h:outputText
value="Hello #{helloWorldBacking.name}. We hope you enjoy Apache MyFaces" />
<h:form id="form2">
<h:commandLink id="link1" action="back">
<h:outputText id="linkText" value="GO HOME" />
</h:commandLink>
</h:form>
</f:view>
</body>
</html>