java/nekurak.net-web/web/WEB-INF/chyby/nullPointer.jsp
changeset 37 1b481b911614
parent 36 663fa0431c27
child 38 a2ca6c1804d1
     1.1 --- a/java/nekurak.net-web/web/WEB-INF/chyby/nullPointer.jsp	Sun Feb 21 12:26:43 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 -<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     1.6 -	  xmlns:c="http://java.sun.com/jsp/jstl/core"
     1.7 -	  version="2.0">
     1.8 -    <jsp:directive.page contentType="application/xhtml+xml" isErrorPage="true"/>
     1.9 -    <jsp:output doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
    1.10 -		doctype-root-element="html"
    1.11 -		omit-xml-declaration="false"/>
    1.12 -
    1.13 -    <html xmlns="http://www.w3.org/1999/xhtml">
    1.14 -	<head>
    1.15 -	    <title>500 Interní chyba serveru</title>
    1.16 -	</head>
    1.17 -	<body>
    1.18 -	    <h1>500 Interní chyba serveru</h1>
    1.19 -	    <p>Došlo k <code>NullPointerException</code>.</p>
    1.20 -	    <p>(taková informace asi uživatele moc nezajímá, takže obvykle budeme obecnější)</p>
    1.21 -	</body>
    1.22 -    </html>
    1.23 -
    1.24 -</jsp:root>