Blame view

src/main/java/org/legrog/web/xyz/TestRoute.xhtml 457 Bytes
1 2 3 4 5 6 7 8 9 10 11 12
<?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>
JR Utily authored
13
And this is my string : #{testRouteView.foo}
14 15 16 17
</p>


<p>
JR Utily authored
18
    And this is another string : #{testRouteView.bar}
19 20 21
</p>

</body>