blob: 889c58e972f76b1a0eada370bc3744940833ac4b [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"
xmlns:grv="http://myfaces.apache.org/groovy">
<h:head>
<title>Hello World 2</title>
</h:head>
<h:body>
<ui:composition template="/template.xhtml">
<ui:define name="body">
<h1 style="color: yellow;">
<h:outputText value="instant bean result #{helloBean.hello}"/>
</h1>
</ui:define>
</ui:composition>
</h:body>
</html>