diff --git a/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java b/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java
index 7848426e..37831a86 100644
--- a/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java
+++ b/src/main/java/kcc/let/cop/bbs/web/EgovBBSManageController.java
@@ -2307,7 +2307,8 @@ public class EgovBBSManageController {
redirectAttributes.addAttribute("searchWrd", boardVO.getSearchWrd());
redirectAttributes.addAttribute("bbsId", boardVO.getBbsId());
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
- return "redirect:/web/cop/bbsWeb/selectBoardList.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardList.do";*/
+ return "redirect:/web/cop/bbs/selectBoardList2024.do";
}
/**
diff --git a/src/main/java/kcc/let/cop/cmt/web/EgovArticleCommentController.java b/src/main/java/kcc/let/cop/cmt/web/EgovArticleCommentController.java
index 183dd421..e9bbebae 100644
--- a/src/main/java/kcc/let/cop/cmt/web/EgovArticleCommentController.java
+++ b/src/main/java/kcc/let/cop/cmt/web/EgovArticleCommentController.java
@@ -391,7 +391,8 @@ public class EgovArticleCommentController {
comment.setWrterNm(userManageVO.getEmplyrNm());
beanValidator.validate(comment, bindingResult);
if (bindingResult.hasErrors()) {
- return "forward:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "forward:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "forward:/web/cop/bbs/selectBoardDetail2024.do";
}
egovArticleCommentService.insertArticleComment(comment);
@@ -405,7 +406,8 @@ public class EgovArticleCommentController {
redirectAttributes.addAttribute("bbsId", commentVO.getBbsId());
redirectAttributes.addAttribute("nttId", commentVO.getNttId());
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.insert"));
- return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
}
@@ -436,7 +438,8 @@ public class EgovArticleCommentController {
if (!articleCommentVO.getWrterId().equals(user.getId())){
redirectAttributes.addFlashAttribute("message", "본인 댓글만 삭제할 수 있습니다.");
- return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
}else {
egovArticleCommentService.deleteArticleComment(commentVO);
}
@@ -444,7 +447,8 @@ public class EgovArticleCommentController {
commentVO.setCommentNo("");
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.delete"));
- return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
}
@@ -525,11 +529,13 @@ public class EgovArticleCommentController {
commentVO.setCommentCn("");
commentVO.setCommentNo("");
- return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
} else {
beanValidator.validate(comment, bindingResult);
if (bindingResult.hasErrors()) {
- return "forward:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "forward:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
}
egovArticleCommentService.updateArticleComment(comment);
@@ -538,7 +544,8 @@ public class EgovArticleCommentController {
}
redirectAttributes.addFlashAttribute("message", egovMessageSource.getMessage("success.common.update"));
- return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";
+ /*return "redirect:/web/cop/bbsWeb/selectBoardArticle.do";*/
+ return "redirect:/web/cop/bbs/selectBoardDetail2024.do";
}
/**
diff --git a/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java b/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java
index 37d4c8f6..90d01d30 100644
--- a/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java
+++ b/src/main/java/kcc/ve/aplct/comweb/CrownixAjaxController.java
@@ -1096,7 +1096,7 @@ public class CrownixAjaxController {
p_modelAndView.addObject("page_1_22", "비영리"); //업종
p_modelAndView.addObject("page_1_23", "120-82-09301"); //사업자등록번호
p_modelAndView.addObject("page_1_24", "최병구"); //대표자
- p_modelAndView.addObject("page_1_25", "교육체험본부(교육운영팀)"); //담당부서
+ p_modelAndView.addObject("page_1_25", "교육본부(교육운영팀)"); //담당부서
p_modelAndView.addObject("page_1_26", "경상남도 진주시 소호로 117"); //주소
if ("Y".equals(p_vEInstrDetailVODetail.getQlfctEndYn())) {
diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire2024.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire2024.jsp
index 0c75d1be..b0510b4a 100644
--- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire2024.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire2024.jsp
@@ -102,7 +102,8 @@ function fn_egov_selectCommentForupdt(commentNo) {
var form = document.getElementById("articleCommentVO");
//form.subPageIndex.value = pageNo;
form.commentNo.value = commentNo;
- form.action = "";
+ /* form.action = ""; */
+ form.action = "";
form.submit();
}
diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
index 9b8dd807..e5ab2dc6 100644
--- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp
@@ -61,7 +61,8 @@
document.searchForm.action = "";
*/
- document.searchForm.action = "";
+ /* document.searchForm.action = ""; */
+ document.searchForm.action = "";
document.searchForm.submit();
}
diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp
index 4bb3497e..b08864f6 100644
--- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp
@@ -126,11 +126,11 @@
}
function fn_egov_select_noticeList() {
- document.searchForm.action = "";
+ /* document.searchForm.action = ""; */
/*
document.searchForm.action = "";
*/
-
+ document.searchForm.action = "";
document.searchForm.submit();
}
diff --git a/src/main/webapp/js/web_common.js b/src/main/webapp/js/web_common.js
index eb5d5cc0..01ac254d 100644
--- a/src/main/webapp/js/web_common.js
+++ b/src/main/webapp/js/web_common.js
@@ -683,7 +683,7 @@ function goWebSave(method_parm){ //method_parm :관리자로그 메소드에서
alert(returnData.message);
return;
}
- alert("저장 되었습니다.1");
+ alert("저장 되었습니다.");
fn_egov_select_noticeList()
} else if(status== 'fail'){
alert("저장에 실패하였습니다. !!");