vCard taglib ver. 1.1

    Custom JSP taglib lets you present vCard (RFC2426) right in your JSP page. The whole JSP page will present a contact form here:
 


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

<v:vCard company_name="Coldbeans" work_email="info@servletsuite.com"/>

Tags are:

vCard

Tag defines a vCard. Parameters are:

1) family_name Optional attribute. Describes a family name.
2) given_name Optional attribute. Describes a given name.
3) company_name Optional attribute. Describes a company
4) birthday Optional attribute. Describes a birthday
5) cellphone Optional attribute. Describes a cell phone
6) home_street Optional attribute. Describes a home address
7) home_city Optional attribute. Describes a home city
8) home_country Optional attribute. Describes a home country
9) home_zip Optional attribute. Describes a home zip code
10) home_email Optional attribute. Describes a home email
11) home_fax Optional attribute. Describes a home fax
12) home_phone Optional attribute. Describes a home phone
13) nickname Optional attribute. Describes a nick
14) note Optional attribute. Describes a note
15) url Optional attribute. Describes an URL
16) work_street Optional attribute. Describes a work address
17) work_city Optional attribute. Describes a work city
18) work_country Optional attribute. Describes a work country
19) work_zip Optional attribute. Describes a work zip code
20) work_email Optional attribute. Describes a work email
21) work_fax Optional attribute. Describes a work fax
22) work_phone Optional attribute. Describes a work phone
23) work_role Optional attribute. Describes a work role
24) work_title Optional attribute. Describes a work title

for downloading:

Library: vcftag.jar    Description: taglib.tld

© Coldbeans      Comments?

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

Also in Coldtags: