Skip to content

Instantly share code, notes, and snippets.

@parguello
Created June 28, 2015 15:02
SimpleTagExample TLD
<?xml version="1.0" encoding="ISO-8859-1" ?>
<taglib>
<tlib-version>1.2</tlib-version>
<jsp-version>2.0</jsp-version>
<shortname>x</shortname>
<uri>simpleTag</uri>
<tag>
<name>addText</name>
<tag-class>example.SimpleTagExample</tag-class>
<body-content>scriptless</body-content>
</tag>
</taglib>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment