ABA taglib ver. 1.2

    Custom JSP tag. Evaluates and processes own body if the specified parameter provides a valid (not valid) ABA routing number. ABA (American Banker's Association) routing numbers are used to identify financial institutions when making transactions. Usually this number is required for example when setting up a bank account for direct deposits, automated payments or when making payments by "paperless" check online.

For example:
 


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

<if:validABA number="323276524">
   <% // Ok, let us do something ... %>
</if:validABA>

Tags are:

validABA

Evaluates own body in case of the specified parameter could be treated as a valid ABA routing number. Parameters are:

1) number ABA routing number.

notValidABA

Evaluates own body in case of the specified parameter could not be treated as a valid ABA routing number. Parameters are:

1) number ABA routing number.
 

for downloading:

    Library: abatag.jar    Description: taglib.tld

 © Coldbeans      Comments?

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