Twits du Jour (Dec 17)
<1 min read
- The force will awake soon… (@ Regal Cinemas Everett Mall 16 & RPX - @RegalMovies for Star Wars: The Force Awak…) swarmapp.com/c/3vCtfl8u1lG #
- Upgrade Your #Java Code Conventions thauv.in/1IbTgsi #
I've just released my HttpStatus JSP Tag Library, a simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.
<%@ page isErrorPage="html" %>
<%@ taglib prefix="hs" uri="http://erik.thauvin.net/taglibs/httpstatus" %>
<html><head>
<title><hs:code/> <hs:reason default="Server Error"/></title>
</head>
<h1><hs:reason default="Server Error"/></h1>
Cause: <pre><hs:cause default="Unable to complete your request."/></pre>
As usual the source code, documentation and binary are on GitHub.