ID 중복으로 인한 오류 수정
This commit is contained in:
parent
f73af87938
commit
ab22a8e5eb
@ -243,7 +243,7 @@
|
||||
<form id="updateStateForm" name="updateStateForm" method="post">
|
||||
<input type="hidden" id="adrSeq" name="adrSeq" value="<c:out value="${adjReqMgrVO.adrSeq}" />" />
|
||||
<input type="hidden" id="edtSn" name="edtSn" value="" />
|
||||
<input type="hidden" id="edtTy" name="edtTy" value="<c:out value="${master.edtTy}" />" />
|
||||
<input type="hidden" name="edtTy" value="<c:out value="${master.edtTy}" />" />
|
||||
</form>
|
||||
<form:form id="detailForm" name="detailForm" commandName="adjReqMgrVO" method="post" >
|
||||
<input type="hidden" name="pageIndex" value="<c:out value='${adjReqMgrVO.pageIndex}'/>"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user