[Spring][쇼핑몰 프로젝트][33] 메인화면 네비 기능(<a>태그 동적 추가) => 수정 추가

This commit is contained in:
SeoJin Kim
2021-09-28 21:45:33 +09:00
parent 7732cd200f
commit 92f7f7c21b
2 changed files with 2 additions and 0 deletions

View File

@@ -176,6 +176,7 @@
<input type="hidden" name="pageNum" value="${pageMaker.cri.pageNum}">
<input type="hidden" name="amount" value="${pageMaker.cri.amount}">
<input type="hidden" name="keyword" value="${pageMaker.cri.keyword}">
<input type="hidden" name="cateCode" value="<c:out value="${pageMaker.cri.cateCode}"/>">
<input type="hidden" name="type" value="${pageMaker.cri.type}">
</form>

View File

@@ -175,6 +175,7 @@
<input type="hidden" name="pageNum" value="${pageMaker.cri.pageNum}">
<input type="hidden" name="amount" value="${pageMaker.cri.amount}">
<input type="hidden" name="keyword" value="${pageMaker.cri.keyword}">
<input type="hidden" name="cateCode" value="<c:out value="${pageMaker.cri.cateCode}"/>">
<input type="hidden" name="type" value="${pageMaker.cri.type}">
</form>