Custom JSP taglib. This taglib lets you output a page for the downloading. This page shows some user defined content and automatically starts file downloading.
For example:
Tags are:
downloadPage
Tag produces HTML page for the downloading. Parameters are:
1) url Describes a path (URL) for the downloading.
2) title Optional parameter. Describes a title for your page.
3) charset Optional parameter. Describes a charset for your page.
4) css Optional parameter. Describes an URL for your CSS file.
for downloading:
Library: dloadpagetag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.