Tuesday, September 30, 2008

Coldtags suite ver. 3.50

A new release of Coldtags suite is ready. Now the largest set of custom JSP tags supports over 350 components.
Scanning the latest development check out HTTP HEAD taglib. This component lets you for example gets content type and size for the remote file, as well as simply check out file (site) availability:

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

<h:HttpHead url="http://www.servletsuite.com/servlets/sos.zip" id="A"/>

file size: <%=A.get("contentLength")%>

Attribute url points here to some remote file (or site).

No comments: