Custom JSP taglib. Lets you perform Weblog ping requests (inform about your RSS feed updates). For example:
<html> <%@ taglib uri="taglib.tld" prefix="p" %> <p:ping name="AbavaNet" url="http://abava.blogspot.com/" idError="A" idMessage="B"/> Result is <%=A%>:<%=B%> </html> Tags are: ping. Performs Weblog ping request. Attributes are: 1) endpoint - optional attribute. Describes an endpoint for the request.
Default value is http://rpc.weblogs.com/RPC2
for downloading: Library: weblogtag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|