1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
...
</h:head>
<h:body>
<h utputStylesheet library="css" name="styles.css" target="body"/>
<h utputScript library="javascript" name="util.js" target="head"/>
...
</h:body>
</html>
|