AOGSimulationForm form=(AOGSimulationForm)af;
form.setMyUserId(webUser.getId());
if (req.getParameter("cancelChangesSubmit")!=null) {
form.reset();
return am.findForward("cancel");
}
long id=Long.parseLong(req.getParameter("id"));
long lid=Long.parseLong(req.getParameter("levelId"));