예제 #1
0
 public void executeUpdate(HttpServletRequest request, ModelMap modelMap, Object command)
     throws Exception {
   String progrmNm = (String) request.getAttribute("progrmNm");
   dao.update(progrmNm + "Dao.update", command);
 }