Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:cc="http://xmlns.jcp.org/jsf/composite" xmlns:jsf="http://xmlns.jcp.org/jsf" xmlns:a="http://xmlns.jcp.org/jsf/passthrough" xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" xmlns:fn="http://xmlns.jcp.org/jsp/jstl/functions" template="/WEB-INF/templates/main.xhtml">
  2. <ui:define name="content">
  3. <div class="container">
  4. <h:form id="loginForm" prependId="false">
  5. <h:panelGroup layout="block" styleClass="alert alert-info alert-dismissible" rendered="#{param['source'] eq 'logout'}" a:role="alert">
  6. <button type="button" class="close" data-dismiss="alert" aria-label="Close">
  7. <i class="glyphicon glyphicon-remove"></i>
  8. </button>
  9. <h:outputText value="#{i18n['logout.success']}" />
  10. </h:panelGroup>
  11. <h:dataTable> (pode ser do prime tambem)
  12. </dataTable:
  13. </h:form>
  14. </div>
  15. </ui:define>
  16. </ui:composition>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement