Custom JSP taglib lets you convert strings. Tag
lets you convert own body to the given encoding. For example:
<%@ taglib uri="taglib.tld" prefix="cv" %> <cv:convert> this text will be converted to UTF8 </cv:convert> Tags are: convert Body tag converts own body to the given encoding. 1) id Optional parameter. Describes a name for page scope
variable (type is java.lang.String) for converted data. Without this parameter tag just prints data.
for downloading: Library: converttag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags. |
Also in Coldtags:
|