TestRoot.xhtml 455 Bytes
<?xml version="1.0" encoding="UTF-8"?>

<body jsf:id="root-body" xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://xmlns.jcp.org/jsf/html"
      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
      xmlns:f="http://xmlns.jcp.org/jsf/core"
      xmlns:jsf="http://xmlns.jcp.org/jsf">
<p>
    I'm looking for something
</p>

<p>
And this is my string : #{testRootView.foo}
</p>


<p>
    And this is another string : #{testRootView.bar}
</p>

</body>