<%@ page contentType="text/html" isErrorPage="true" pageEncoding="ISO-8859-1"%> ${dm.logout} Error




<%try{%> <%exception.printStackTrace();%>
500 : En la Página
<%=(exception.getMessage()==null)?"":exception.getMessage().replaceAll("<","<")%>
<%=(exception.getCause()!=null)?((exception.getCause().getMessage()==null)?"":exception.getCause().getMessage().replaceAll("<","<")):""%>
<%}catch(Exception e){e.printStackTrace();}%>