// Set Title (optional)
C_FULL_NAME .setTitle("!label.name");
C_DEPARTMENT.setTitle("!label.department");
employeeBeanList = new BeanListActionSupport<EmployeeInfo>(this, EmployeeInfo.class, "employees");
employeeReader = new ReaderListActionSupport(this, "reader");
}