Custom JSP tag. Lets you include file content into current page.
Tag is similar to the standard JSP include, but now you may include files that are located
outside of your web application. For example:
<%@ taglib uri="taglib.tld" prefix="add" %> <add:content file="c:/mydata/myfile.jsp"/> Tags are: content Includes content of the given file (.html or .jsp for example). Parameters are: 1) file full path to your file
for downloading: Library: cnttag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|