我正在尝试从一个数据库表中填充一个JSP下拉列表。
下面是创建数组并填充数据库信息的代码:
// this will create my array
public static ArrayList<DropDownBrands> getBrandsMakes() {
ArrayList<DropDownBrands> arrayBrandsMake = new ArrayList<DropDownBrands>();
while (rs.next()) {
arrayBrandsMake.add(loadOB(rs