Gravatar taglib ver. 1.1


    Custom JSP tag. Lets you request an image from Gravatar. Gravatar is an image that follows to some email from site to site appearing beside user's name when he/she do things like comment or post on a blog. This taglib creates HTML img tag for the given email address.

For example:
 


<!-- data as a body -->
<%@ taglib uri="taglib.tld" prefix="g" %>

<g:Gravatar>info@abavanet.ru</g:Gravatar>

Tags are:

Gravatar

Body tag that lets you request Gravatar image. Tag's body describes an email. Parameters are:

1) email Optional parameter. Describes email.
2) width Optional parameter. Describes a width for image. Default value is 80px.
3) height Optional parameter. Describes a height for image. Default value is 80px.

for downloading:

Library: gravatartag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: