Real IP address taglib ver. 1.1


    Custom JSP tags library lets you obtain a real IP address (e.g., for clients behind proxy). For example:
 

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

Tags are:

RealIP

Body tag lets you obtain a real IP address for the client. Attributes are:

1) id Optional attribute. Describes a name for page scope variable (type is java.lang.String) for calculated IP address. Without this attribute tag simply prints IP address.

for downloading:

Library: realiptag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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


     

Also in Coldtags: