Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets"
  2. template="./WEB-INF/templates/template.xhtml"
  3. xmlns:h="http://java.sun.com/jsf/html"
  4. xmlns:f="http://java.sun.com/jsf/core"
  5. xmlns:p="http://primefaces.org/ui"
  6. xmlns:c="http://java.sun.com/jsp/jstl/core"
  7. xmlns:ezcomp="http://java.sun.com/jsf/composite/ezcomp">
  8.  
  9. <ui:define name="contenido">
  10. <!-- MAIN CONTENT -->
  11. <div class="mainContent">
  12. <!-- NOTICIA -->
  13. <div id="b2">
  14. <ezcomp:componentenoticia noticia="#{FrontPageMB.noticia}" verTextoNoticia="true"/>
  15. </div>
  16. </div>
  17. </ui:define>
  18. </ui:composition>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement