CVDal dl = new CVDal(this.dataSource);
//ALLSQL.put("project.getprojectstatuslist", "select title from projectstatus");
dl.setSql("project.getprojectstatuslist");
Collection col = dl.executeQuery();
dl.clearParameters();
dl.destroy();
return fillProjectStatusList(col);
}
/**
* @author Kevin McAllister <kevin@centraview.com>