// Set the open date for new bugs
if (bug.getOpenDate() == null)
bug.setOpenDate(new Date());
bm.saveOrUpdate(bug);
return new RedirectResolution(BugListActionBean.class);
}
/** Saves or updates a bug, and then returns to the edit page to add another just like it. */