Copyright taglib ver. 1.1

    Custom JSP tags library that solves a small task - lets you print the current year for copyright notice. With this component you will be sure that © data at the footer of your page are always correct. For example:
 


<%@ taglib uri="taglib.tld" prefix="c" %>

<c:Copyright since="2002">Coldbeans</c:Copyright>

and you will get this:
 


© 2002 - 2010 Coldbeans

Tags are:

Copyright

Body tag lets you output copyright info. Tag uses own body as a copyright text. Attributes are:

1) since Optional attribute. Describes a first year of copyright
2) cond Optional attribute. Describes a boolean value tag's behavior depends on. Default value is true (output info)

for downloading:

Library: copyrighttag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: