People Search links taglib ver. 1.1


    Custom JSP tags library lets you create hyperlinks for people search in Facebook, Twitter, LinkedIn, MySpace. For example:
 


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

<s:FacebookPeopleSearch firstName="John" lastName="Doe">John Doe</s:FacebookPeopleSearch>

Tags are:

FacebookPeopleSearch

Custom tag lets you create hyperlink for people search in Facebook. Tag's body describes an anchor. Attributes are:

1) firstName Describes a first name
2) lastName Describes a last name
3) className Optional attribute. Describes your CSS class for this hyperlink
4) target Optional attribute. Describes target frame

LinkedinPeopleSearch

Custom tag lets you create hyperlink for people search in Linkedin. Tag's body describes an anchor. Attributes are:

1) firstName Describes a first name
2) lastName Describes a last name
3) className Optional attribute. Describes your CSS class for this hyperlink
4) target Optional attribute. Describes target frame

TwitterPeopleSearch

Custom tag lets you create hyperlink for people search in Twitter. Tag's body describes an anchor. Attributes are:

1) firstName Describes a first name
2) lastName Describes a last name
3) className Optional attribute. Describes your CSS class for this hyperlink
4) target Optional attribute. Describes target frame

MyspacePeopleSearch

Custom tag lets you create hyperlink for people search in Myspace. Tag's body describes an anchor. Attributes are:

1) firstName Describes a first name
2) lastName Describes a last name
3) className Optional attribute. Describes your CSS class for this hyperlink
4) target Optional attribute. Describes target frame

for downloading:

Library: psearchtag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: