Address book taglib ver. 1.1

    Custom JSP taglib. This taglib lets you present on your sites contact info ready for the quick adding to phone address book. Your visitors will be able to scan QR code right from the web and add your contact directly to own address book just with one click. E.g.:
 


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

<a:AddressBook
name="Coldbeans"
phone="12345678"
url="http://www.servletsuite.com"
email="info@servletsuite.com"
</a:AddressBook>

and you will get this:
  Address of Coldbeans

Tags are:

AddressBook

Tag lets you present QR-code for adding new contact to address book (so called MECARD format). Attributes are:

1) name Describes a name.
2) phone Optional attribute. Describes a phone
3) address Optional attribute. Describes an address
4) email Optional attribute. Describes an email
5) url Optional attribute. Describes an URL
6) size Optional attribute. Describes a size for QR code. Default value is 200
7) id Optional attribute. Describes a name for the page scope variable (type is java.lang.String) with QR-code URL. Without this attribute tag simply prints HTML image tag.
 

for downloading:

Library: addressbooktag.jar    Description: taglib.tld

© Coldbeans Software      Comments?

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

Also in Coldtags: