maia/.svn/pristine/ce/ce34698567086369e3d4790a5d6...

23 lines
794 B
XML
Executable File

<?xml version='1.0' encoding='UTF-8' ?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui"
xmlns:pe="http://primefaces.org/ui/extensions">
<h:head>
</h:head>
<h:body>
<p:panelGrid columns="2" style="margin-top: 100px; margin-left: auto; margin-right: auto;" styleClass="m-layout-top">
<f:facet name="header">
<h:outputText value="Mensaje de error" />
</f:facet>
<p:outputLabel value="Codigo de error:"/>
<h:outputText value="#{errorController.statusCode}" />
<p:outputLabel value="Mensaje:"/>
<h:outputText value="#{errorController.errorMessage}" />
</p:panelGrid>
</h:body>
</html>