Erro Iframe+visual JSF

Oi pessoal, td bom? Etou tendo um erro ao utilizar um iframe…

Tudo que eu coloco apos o iframe nao eh processado e renderizado… alguem sabe o que é?
segue o codigo[code]<?xml version="1.0" encoding="UTF-8"?>

<jsp:root version=“2.1” 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:webuijsf=“http://www.sun.com/webui/webuijsf”>
<jsp:directive.page contentType=“text/html;charset=UTF-8” pageEncoding=“UTF-8”/>
<f:view>
<webuijsf:page binding="#{Page1.page1}" id=“page1”>
<webuijsf:html binding="#{Page1.html1}" id=“html1”>
<webuijsf:head binding="#{Page1.head1}" id=“head1”>
<webuijsf:link binding="#{Page1.link1}" id=“link1” url="/resources/stylesheet.css"/>
</webuijsf:head>
<webuijsf:body binding="#{Page1.body1}" id=“body1” style="-rave-layout: grid">
<webuijsf:form binding="#{Page1.form1}" id=“form1”>



<webuijsf:hyperlink binding="#{Page1.hyperlink1}" id=“hyperlink1” target=“meio” text=“Hyperlink” url="/faces/Page3.jsp"/>




<webuijsf:button binding="#{Page1.button1}" id=“button1” text=“Botão”/>


<webuijsf:button binding="#{Page1.button3}" id=“button3” style=“left: -1px; top: 336px; position: absolute” text=“Botão”/>
</webuijsf:form>
</webuijsf:body>
</webuijsf:html>
</webuijsf:page>
</f:view>
</jsp:root>[/code]
neste exemplo o rodape nao eh renderizado… nao aparece na tela…