1 <?xml version="1.0" encoding="UTF-8"?>
2 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
3 xmlns:c="http://java.sun.com/jsp/jstl/core"
5 <jsp:directive.page contentType="application/xhtml+xml" isErrorPage="true"/>
6 <jsp:output doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
7 doctype-root-element="html"
8 omit-xml-declaration="false"/>
10 <html xmlns="http://www.w3.org/1999/xhtml">
12 <title>500 Interní chyba serveru</title>
15 <h1>500 Interní chyba serveru</h1>
16 <p>Došlo k <code>NullPointerException</code>.</p>
17 <p>(taková informace asi uživatele moc nezajímá, takže obvykle budeme obecnější)</p>