int listid = this.saveList(individualID, proposallistform);
// code to update list to reflect the changes
ListGenerator lg = ListGenerator.getListGenerator(dataSource);
lg.makeListDirty("Proposal");
request.setAttribute("save", "save");
session.removeAttribute("proposallistform");
proposallistform.setProposalid("" + listid);
request.setAttribute("proposallistform", proposallistform);
ActionForward am = new ActionForward(mapping.findForward(".view.proposal.editproposal").getPath() + "?eventid=" + listid);