HttpServletRequest request,
HttpServletResponse response,
Object command,
BindException myerrors) throws Exception {
AGenericList aSubmissionList = (AGenericList) command;
List<Submission> asbmcollection = (List<Submission>) aSubmissionList.getMyList();
List<String> errorsList = new ArrayList<String>();
if (request.getParameter(ACTION_UPDATE) != null) {