
parashuram
By: a guest on Jul 7th, 2008 | syntax:
None | size: 0.71 KB | hits: 154 | expires: Never
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname></shortname>
<info>
Tag Library to convert the HTML files generated to JSON format
</info>
<tag>
<name>jsString</name>
<tagclass>com.tiriyo.taglib.JSONHandler.Stringify</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Converts the HTML to a JSON String with the variable
</info>
<attribute>
<name>variable</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>