<%@ taglib uri="/listlib.tld" prefix="list" %> <% //--------------------------------------------------------------------// %> List Customers There <% if (customers.getSize() == 1) { %> is 1 customer <% } else { %> are customers <% } %> total.
Now displaying -
Previous | Next

Name City
There are no customers in the database.