resMap = xmlConverter.convert(xmlStr);
+ }
+ */
+}
diff --git a/src/main/java/nlib/util/UUID.java b/src/main/java/nlib/util/UUID.java
index 132fd756..9611b0ea 100644
--- a/src/main/java/nlib/util/UUID.java
+++ b/src/main/java/nlib/util/UUID.java
@@ -1,48 +1,48 @@
-package nlib.util;
-
-import egovframework.com.utl.fcc.service.EgovFormBasedFileUtil;
-import egovframework.com.utl.fcc.service.EgovFormBasedUUID;
-
-/**
- *
- * @Class Name : UUID.java
- *
- * @Description : UUID를 생성한다.
- *
- *
- * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
- *
- *
- *
- * @ ------------ -------- ---------------------------
- * @ 수정일 수정자 수정내용
- * @ ------------ -------- ---------------------------
- * @ 2021. 7. 13. KNKIM 최초 생성
- *
- *
- * @author 이씨플라자 * DIGITALSHIP KNKIM
- * @since 2021. 7. 13.
- * @version 1.0
- *
- */
-public class UUID {
-
- /**
- * 새로운 UUID를 생성하여 리턴한다.
- *
- * @return
- */
- public static String getNewUUID() {
- return EgovFormBasedUUID.randomUUID().toString();
- }
-
- /**
- * 파일용 UUID로 생성한 파일명을 리턴한다.
- *
- * @return
- */
- public static String getPhysicalFileName() {
- return "F" + StringUtil.getTimeStamp() + "_" + getNewUUID().replaceAll("-", "").toUpperCase();
- }
-
-}
+package nlib.util;
+
+import egovframework.com.utl.fcc.service.EgovFormBasedFileUtil;
+import egovframework.com.utl.fcc.service.EgovFormBasedUUID;
+
+/**
+ *
+ * @Class Name : UUID.java
+ *
+ * @Description : UUID를 생성한다.
+ *
+ *
+ * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
+ *
+ *
+ *
+ * @ ------------ -------- ---------------------------
+ * @ 수정일 수정자 수정내용
+ * @ ------------ -------- ---------------------------
+ * @ 2021. 7. 13. KNKIM 최초 생성
+ *
+ *
+ * @author 이씨플라자 * DIGITALSHIP KNKIM
+ * @since 2021. 7. 13.
+ * @version 1.0
+ *
+ */
+public class UUID {
+
+ /**
+ * 새로운 UUID를 생성하여 리턴한다.
+ *
+ * @return
+ */
+ public static String getNewUUID() {
+ return EgovFormBasedUUID.randomUUID().toString();
+ }
+
+ /**
+ * 파일용 UUID로 생성한 파일명을 리턴한다.
+ *
+ * @return
+ */
+ public static String getPhysicalFileName() {
+ return "F" + StringUtil.getTimeStamp() + "_" + getNewUUID().replaceAll("-", "").toUpperCase();
+ }
+
+}
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/board/updateQnAForm.jsp b/src/main/webapp/WEB-INF/jsp/nlib/board/updateQnAForm.jsp
new file mode 100644
index 00000000..79100e5d
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/nlib/board/updateQnAForm.jsp
@@ -0,0 +1,143 @@
+<%
+/**
+ *
+ * @Class Name : updateQnAForm.jsp
+ *
+ * @Description : 묻고답하기 수정화면을 표출한다.
+ *
+ *
+ * @프로젝트명: 지방문화원 통합자료관리시스템 구축사업 (2021)
+ *
+ *
+ *
+ * @ ------------ -------- ---------------------------
+ * @ 수정일 수정자 수정내용
+ * @ ------------ -------- ---------------------------
+ * @ 2021. 7. 23. KNKIM 최초 생성
+ *
+ *
+ * @author 이씨플라자 * DIGITALSHIP KNKIM
+ * @since 2021. 7. 23.
+ * @version 1.0
+ *
+ */
+ %>
+<%@ page language="java" contentType="text/html; charset=UTF-8" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
+
+묻고답하기 - 수정
+
+
+
+
+${pageTitle}
+
+
+
+
+
+
+
+
+
+
+${pageTitle }
+
+${message }
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/validator.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/validator.jsp
index 5fd6058f..da17e41e 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/validator.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/validator.jsp
@@ -1,4 +1,4 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ page language="java" contentType="application/javascript" pageEncoding="UTF-8"%>
-<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ page language="java" contentType="application/javascript" pageEncoding="UTF-8"%>
+<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 7c82d6bc..94005e70 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -1,88 +1,88 @@
-
-
- nlib
-
-
- encodingFilter
- org.springframework.web.filter.CharacterEncodingFilter
-
- encoding
- utf-8
-
-
-
- encodingFilter
- *.do
-
-
-
- HTMLTagFilter
- egovframework.rte.ptl.mvc.filter.HTMLTagFilter
-
-
- HTMLTagFilter
- *.do
-
-
-
-
- springSecurityFilterChain
- org.springframework.web.filter.DelegatingFilterProxy
-
-
- springSecurityFilterChain
- /*
-
-
-
- contextConfigLocation
- classpath*:egovframework/spring/context-*.xml
-
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
- action
- org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- /WEB-INF/config/egovframework/springmvc/dispatcher-servlet.xml
-
- 1
-
-
-
- action
- *.do
-
-
- action
- *.ajax
-
-
- index.jsp
-
-
-
- BASIC
-
-
-
- java.lang.Throwable
- /common/error.jsp
-
-
- 404
- /common/error.jsp
-
-
- 500
- /common/error.jsp
-
-
-
+
+
+ nlib
+
+
+ encodingFilter
+ org.springframework.web.filter.CharacterEncodingFilter
+
+ encoding
+ utf-8
+
+
+
+ encodingFilter
+ *.do
+
+
+
+ HTMLTagFilter
+ egovframework.rte.ptl.mvc.filter.HTMLTagFilter
+
+
+ HTMLTagFilter
+ *.do
+
+
+
+
+ springSecurityFilterChain
+ org.springframework.web.filter.DelegatingFilterProxy
+
+
+ springSecurityFilterChain
+ /*
+
+
+
+ contextConfigLocation
+ classpath*:egovframework/spring/context-*.xml
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+ action
+ org.springframework.web.servlet.DispatcherServlet
+
+ contextConfigLocation
+ /WEB-INF/config/egovframework/springmvc/dispatcher-servlet.xml
+
+ 1
+
+
+
+ action
+ *.do
+
+
+ action
+ *.ajax
+
+
+ index.jsp
+
+
+
+ BASIC
+
+
+
+ java.lang.Throwable
+ /common/error.jsp
+
+
+ 404
+ /common/error.jsp
+
+
+ 500
+ /common/error.jsp
+
+
+