Custom JSP tag. Lets you format currency value. Data
will be presented as a body. For example:
<%@ taglib uri="taglib.tld" prefix="set" %> <set:Currency>123456.78</set:Currency>
Tags are: Currency Body tag. Formats value presented as a body according to currency presentation rules. Parameters are: 1) locale Optional parameter: describes any
valid locale. By default request's locale will be used.
for downloading: Library: curtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|