Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created April 17, 2012 22:19
Show Gist options
  • Save stefanbirkner/2409437 to your computer and use it in GitHub Desktop.
Save stefanbirkner/2409437 to your computer and use it in GitHub Desktop.
Twitter Bootstrap meets Spring Form Tag library
<form:errors path="a" cssClass="alert alert-error" element="div"/>
<form:errors path="*" cssClass="alert alert-error" element="div" delimiter='</div><div class="alert alert-error">'/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment