Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
- template="./WEB-INF/templates/template.xhtml"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:p="http://primefaces.org/ui"
- xmlns:c="http://java.sun.com/jsp/jstl/core"
- xmlns:ezcomp="http://java.sun.com/jsf/composite/ezcomp">
- <ui:define name="contenido">
- <!-- MAIN CONTENT -->
- <div class="mainContent">
- <!-- NOTICIA -->
- <div id="b2">
- <ezcomp:componentenoticia noticia="#{FrontPageMB.noticia}" verTextoNoticia="true"/>
- </div>
- </div>
- </ui:define>
- </ui:composition>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement