1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <?xml version="1.0" encoding="UTF-8"?>
<jsp:root version="1.2" xmlns:bp="http://java.sun.com/blueprints/ui/14" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
<jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
<f:view>
<ui:page binding="#{index.page1}" id="page1">
<ui:html binding="#{index.html1}" id="html1">
<ui:head binding="#{index.head1}" id="head1">
<ui:link binding="#{index.link1}" id="link1" url="/resources/stylesheet.css"/>
<f:verbatim>
<![CDATA[
<script type="text/javascript">
alert('salut');
</script>
]]></f:verbatim>
</ui:head> Le reste des balises...... |